Html Css Color HEX #099DCE Pacific Blue

📋 copy color: '#099DCE'

red 9 ◦ green 157 ◦ blue 206

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

Shades of Pacific Blue #099DCE

Tints of Pacific Blue #099DCE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.2%

 BLUE value IS 206 (80.86% from 255) = 55.38%

R = 2.42%
G = 42.2%
B = 55.38%

CMYK

 C value IS 0.96

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#099DCE (or 0x099DCE) is known color: Pacific Blue. HEX triplet: 09, 9D and CE. RGB value is (9,157,206). Sum of RGB (Red+Green+Blue) = 9+157+206=372 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.42% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #099DCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099DCE is #F66231. Grayscale: #757575. Windows color (decimal): -16146994 or 13540617. OLE color: 13540617.

HSL color Cylindrical-coordinate representation of color #099DCE: hue angle of 194.92º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099DCE is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 157 206 -
CMYK 0.96 0.24 0 0.19
HSL 194.92º 0.92% 0.42% -
HSV(B) 194.92º 0.96% 0.81% -
XYZ 23.31 28.63 62.69 -
YUV 118.33 177.47 50.02 -
System Red Green Blue C M Y K H S L
Decimal 9 157 206 0.96 0.24 0 0.19 194.92 0.92 0.42
Hex 9 9D CE 60 18 0 13 C3 5C 2A
Octal 11 235 316 140 30 0 23 303 134 52
Binary 1001 10011101 11001110 1100000 11000 0 10011 11000011 1011100 101010

Color Harmonies of #099DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099DCE

Black with #099DCE

Text Example


Text Example

White with #099DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,157,206); }

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

background-color css

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

 a { background-color: rgb(9,157,206); }

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

border-color css

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

 span { border-color: rgb(9,157,206); }

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