Html Css Color HEX #009DC9 Pacific Blue

📋 copy color: '#009DC9'

red 0 ◦ green 157 ◦ blue 201

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

Shades of Pacific Blue #009DC9

Tints of Pacific Blue #009DC9

RGB

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

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

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

R = 0%
G = 43.85%
B = 56.15%

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

#009DC9 (or 0x009DC9) is known color: Pacific Blue. HEX triplet: 00, 9D and C9. RGB value is (0,157,201). Sum of RGB (Red+Green+Blue) = 0+157+201=358 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 358); Green value is 157 (61.72% from 255 or 43.85% from 358); Blue value is 201 (78.91% from 255 or 56.15% from 358); Max value from RGB is 201 - color contains mainly: blue. Hex color #009DC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009DC9 is #FF6236. Grayscale: #727272. Windows color (decimal): -16736823 or 13212928. OLE color: 13212928.

HSL color Cylindrical-coordinate representation of color #009DC9: hue angle of 193.13º 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 #009DC9 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 157 201 -
CMYK 1 0.22 0 0.21
HSL 193.13º 1% 0.39% -
HSV(B) 193.13º 1% 0.79% -
XYZ 22.6 28.33 59.54 -
YUV 115.07 176.49 45.92 -
System Red Green Blue C M Y K H S L
Decimal 0 157 201 1 0.22 0 0.21 193.13 1 0.39
Hex 0 9D C9 64 16 0 15 C1 64 27
Octal 0 235 311 144 26 0 25 301 144 47
Binary 0 10011101 11001001 1100100 10110 0 10101 11000001 1100100 100111

Color Harmonies of #009DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009DC9

Black with #009DC9

Text Example


Text Example

White with #009DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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