Html Css Color HEX #098BCB Pacific Blue

📋 copy color: '#098BCB'

red 9 ◦ green 139 ◦ blue 203

#098BCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #098BCB

Tints of Pacific Blue #098BCB

RGB

 RED value IS 9 (3.91% from 255) = 2.56%

 GREEN value IS 139 (54.69% from 255) = 39.6%

 BLUE value IS 203 (79.69% from 255) = 57.83%

R = 2.56%
G = 39.6%
B = 57.83%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#098BCB (or 0x098BCB) is known color: Pacific Blue. HEX triplet: 09, 8B and CB. RGB value is (9,139,203). Sum of RGB (Red+Green+Blue) = 9+139+203=351 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 351); Green value is 139 (54.69% from 255 or 39.60% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #098BCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098BCB is #F67434. Grayscale: #6B6B6B. Windows color (decimal): -16151605 or 13339401. OLE color: 13339401.

HSL color Cylindrical-coordinate representation of color #098BCB: hue angle of 199.79º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098BCB is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 139 203 -
CMYK 0.96 0.32 0 0.20
HSL 199.79º 0.92% 0.42% -
HSV(B) 199.79º 0.96% 0.8% -
XYZ 20.12 22.84 59.85 -
YUV 107.43 181.93 57.8 -
System Red Green Blue C M Y K H S L
Decimal 9 139 203 0.96 0.32 0 0.20 199.79 0.92 0.42
Hex 9 8B CB 60 20 0 14 C8 5C 2A
Octal 11 213 313 140 40 0 24 310 134 52
Binary 1001 10001011 11001011 1100000 100000 0 10100 11001000 1011100 101010

Color Harmonies of #098BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098BCB

Black with #098BCB

Text Example


Text Example

White with #098BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098BCB; }

 p { color: rgb(9,139,203); }

 H1.HeaderClassName
 {
   color: #098BCB;
 }
 .AnyTagClassName
 {
   color: #098BCB;
 }
</style>

background-color css

<style>
 a { background-color: #098BCB; }

 a { background-color: rgb(9,139,203); }

 div.DivClassName
 {
   background-color: #098BCB;
 }
 .BgClassName
 {
   background-color: #098BCB;
 }
</style>

border-color css

<style>
 span { border-color: #098BCB; }

 span { border-color: rgb(9,139,203); }

 td.TdClassName
 {
   border-color: #098BCB;
 }
 .TagClassName
 {
   border-color: #098BCB;
 }
</style>