Html Css Color HEX #099CCC Pacific Blue

📋 copy color: '#099CCC'

red 9 ◦ green 156 ◦ blue 204

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

Shades of Pacific Blue #099CCC

Tints of Pacific Blue #099CCC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.28%

 BLUE value IS 204 (80.08% from 255) = 55.28%

R = 2.44%
G = 42.28%
B = 55.28%

CMYK

 C value IS 0.96

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#099CCC (or 0x099CCC) is known color: Pacific Blue. HEX triplet: 09, 9C and CC. RGB value is (9,156,204). Sum of RGB (Red+Green+Blue) = 9+156+204=369 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.44% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #099CCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099CCC is #F66333. Grayscale: #757575. Windows color (decimal): -16147252 or 13409289. OLE color: 13409289.

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

Color convert

RGB 9 156 204 -
CMYK 0.96 0.24 0 0.2
HSL 194.77º 0.92% 0.42% -
HSV(B) 194.77º 0.96% 0.8% -
XYZ 22.9 28.19 61.36 -
YUV 117.52 176.8 50.6 -
System Red Green Blue C M Y K H S L
Decimal 9 156 204 0.96 0.24 0 0.2 194.77 0.92 0.42
Hex 9 9C CC 60 18 0 14 C3 5C 2A
Octal 11 234 314 140 30 0 24 303 134 52
Binary 1001 10011100 11001100 1100000 11000 0 10100 11000011 1011100 101010

Color Harmonies of #099CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099CCC

Black with #099CCC

Text Example


Text Example

White with #099CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,156,204); }

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

background-color css

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

 a { background-color: rgb(9,156,204); }

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

border-color css

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

 span { border-color: rgb(9,156,204); }

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