Html Css Color HEX #099FCB Pacific Blue

📋 copy color: '#099FCB'

red 9 ◦ green 159 ◦ blue 203

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

Shades of Pacific Blue #099FCB

Tints of Pacific Blue #099FCB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.86%

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

R = 2.43%
G = 42.86%
B = 54.72%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#099FCB (or 0x099FCB) is known color: Pacific Blue. HEX triplet: 09, 9F and CB. RGB value is (9,159,203). Sum of RGB (Red+Green+Blue) = 9+159+203=371 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #099FCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099FCB is #F66034. Grayscale: #767676. Windows color (decimal): -16146485 or 13344521. OLE color: 13344521.

HSL color Cylindrical-coordinate representation of color #099FCB: hue angle of 193.61º 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 #099FCB is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 159 203 -
CMYK 0.96 0.22 0 0.20
HSL 193.61º 0.92% 0.42% -
HSV(B) 193.61º 0.96% 0.8% -
XYZ 23.29 29.17 60.9 -
YUV 119.17 175.31 49.42 -
System Red Green Blue C M Y K H S L
Decimal 9 159 203 0.96 0.22 0 0.20 193.61 0.92 0.42
Hex 9 9F CB 60 16 0 14 C2 5C 2A
Octal 11 237 313 140 26 0 24 302 134 52
Binary 1001 10011111 11001011 1100000 10110 0 10100 11000010 1011100 101010

Color Harmonies of #099FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099FCB

Black with #099FCB

Text Example


Text Example

White with #099FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099FCB; }

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

 H1.HeaderClassName
 {
   color: #099FCB;
 }
 .AnyTagClassName
 {
   color: #099FCB;
 }
</style>

background-color css

<style>
 a { background-color: #099FCB; }

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

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

border-color css

<style>
 span { border-color: #099FCB; }

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

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