Html Css Color HEX #009CC9 Pacific Blue

📋 copy color: '#009CC9'

red 0 ◦ green 156 ◦ blue 201

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

Shades of Pacific Blue #009CC9

Tints of Pacific Blue #009CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 56.3%

R = 0%
G = 43.7%
B = 56.3%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#009CC9 (or 0x009CC9) is known color: Pacific Blue. HEX triplet: 00, 9C and C9. RGB value is (0,156,201). Sum of RGB (Red+Green+Blue) = 0+156+201=357 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 201 (78.91% from 255 or 56.30% from 357); Max value from RGB is 201 - color contains mainly: blue. Hex color #009CC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009CC9 is #FF6336. Grayscale: #727272. Windows color (decimal): -16737079 or 13212672. OLE color: 13212672.

HSL color Cylindrical-coordinate representation of color #009CC9: hue angle of 193.43º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009CC9 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 156 201 -
CMYK 1 0.22 0 0.21
HSL 193.43º 1% 0.39% -
HSV(B) 193.43º 1% 0.79% -
XYZ 22.43 27.99 59.48 -
YUV 114.49 176.82 46.34 -
System Red Green Blue C M Y K H S L
Decimal 0 156 201 1 0.22 0 0.21 193.43 1 0.39
Hex 0 9C C9 64 16 0 15 C1 64 27
Octal 0 234 311 144 26 0 25 301 144 47
Binary 0 10011100 11001001 1100100 10110 0 10101 11000001 1100100 100111

Color Harmonies of #009CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009CC9

Black with #009CC9

Text Example


Text Example

White with #009CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,156,201); }

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

background-color css

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

 a { background-color: rgb(0,156,201); }

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

border-color css

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

 span { border-color: rgb(0,156,201); }

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