Html Css Color HEX #099DCC Pacific Blue

📋 copy color: '#099DCC'

red 9 ◦ green 157 ◦ blue 204

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

Shades of Pacific Blue #099DCC

Tints of Pacific Blue #099DCC

RGB

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

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

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

R = 2.43%
G = 42.43%
B = 55.14%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#099DCC (or 0x099DCC) is known color: Pacific Blue. HEX triplet: 09, 9D and CC. RGB value is (9,157,204). Sum of RGB (Red+Green+Blue) = 9+157+204=370 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #099DCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099DCC is #F66233. Grayscale: #757575. Windows color (decimal): -16146996 or 13409545. OLE color: 13409545.

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

Color convert

RGB 9 157 204 -
CMYK 0.96 0.23 0 0.2
HSL 194.46º 0.92% 0.42% -
HSV(B) 194.46º 0.96% 0.8% -
XYZ 23.07 28.53 61.42 -
YUV 118.11 176.47 50.18 -
System Red Green Blue C M Y K H S L
Decimal 9 157 204 0.96 0.23 0 0.2 194.46 0.92 0.42
Hex 9 9D CC 60 17 0 14 C2 5C 2A
Octal 11 235 314 140 27 0 24 302 134 52
Binary 1001 10011101 11001100 1100000 10111 0 10100 11000010 1011100 101010

Color Harmonies of #099DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099DCC

Black with #099DCC

Text Example


Text Example

White with #099DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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