Html Css Color HEX #009EC9 Pacific Blue

📋 copy color: '#009EC9'

red 0 ◦ green 158 ◦ blue 201

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

Shades of Pacific Blue #009EC9

Tints of Pacific Blue #009EC9

RGB

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

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

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

R = 0%
G = 44.01%
B = 55.99%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#009EC9 (or 0x009EC9) is known color: Pacific Blue. HEX triplet: 00, 9E and C9. RGB value is (0,158,201). Sum of RGB (Red+Green+Blue) = 0+158+201=359 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 201 (78.91% from 255 or 55.99% from 359); Max value from RGB is 201 - color contains mainly: blue. Hex color #009EC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009EC9 is #FF6136. Grayscale: #737373. Windows color (decimal): -16736567 or 13213184. OLE color: 13213184.

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

Color convert

RGB 0 158 201 -
CMYK 1 0.21 0 0.21
HSL 192.84º 1% 0.39% -
HSV(B) 192.84º 1% 0.79% -
XYZ 22.77 28.67 59.59 -
YUV 115.66 176.15 45.5 -
System Red Green Blue C M Y K H S L
Decimal 0 158 201 1 0.21 0 0.21 192.84 1 0.39
Hex 0 9E C9 64 15 0 15 C1 64 27
Octal 0 236 311 144 25 0 25 301 144 47
Binary 0 10011110 11001001 1100100 10101 0 10101 11000001 1100100 100111

Color Harmonies of #009EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009EC9

Black with #009EC9

Text Example


Text Example

White with #009EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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