Html Css Color HEX #009ECC Pacific Blue

📋 copy color: '#009ECC'

red 0 ◦ green 158 ◦ blue 204

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

Shades of Pacific Blue #009ECC

Tints of Pacific Blue #009ECC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 158 (62.11% from 255) = 43.65%

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

R = 0%
G = 43.65%
B = 56.35%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#009ECC (or 0x009ECC) is known color: Pacific Blue. HEX triplet: 00, 9E and CC. RGB value is (0,158,204). Sum of RGB (Red+Green+Blue) = 0+158+204=362 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 362); Green value is 158 (62.11% from 255 or 43.65% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #009ECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009ECC is #FF6133. Grayscale: #737373. Windows color (decimal): -16736564 or 13409792. OLE color: 13409792.

HSL color Cylindrical-coordinate representation of color #009ECC: hue angle of 193.53º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009ECC is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 0 158 204 -
CMYK 1 0.23 0 0.2
HSL 193.53º 1% 0.4% -
HSV(B) 193.53º 1% 0.8% -
XYZ 23.13 28.81 61.47 -
YUV 116 177.65 45.26 -
System Red Green Blue C M Y K H S L
Decimal 0 158 204 1 0.23 0 0.2 193.53 1 0.4
Hex 0 9E CC 64 17 0 14 C2 64 28
Octal 0 236 314 144 27 0 24 302 144 50
Binary 0 10011110 11001100 1100100 10111 0 10100 11000010 1100100 101000

Color Harmonies of #009ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009ECC

Black with #009ECC

Text Example


Text Example

White with #009ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009ECC; }

 p { color: rgb(0,158,204); }

 H1.HeaderClassName
 {
   color: #009ECC;
 }
 .AnyTagClassName
 {
   color: #009ECC;
 }
</style>

background-color css

<style>
 a { background-color: #009ECC; }

 a { background-color: rgb(0,158,204); }

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

border-color css

<style>
 span { border-color: #009ECC; }

 span { border-color: rgb(0,158,204); }

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