Html Css Color HEX #009ED1 Pacific Blue

📋 copy color: '#009ED1'

red 0 ◦ green 158 ◦ blue 209

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

Shades of Pacific Blue #009ED1

Tints of Pacific Blue #009ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 56.95%

R = 0%
G = 43.05%
B = 56.95%

CMYK

 C value IS 1

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#009ED1 (or 0x009ED1) is known color: Pacific Blue. HEX triplet: 00, 9E and D1. RGB value is (0,158,209). Sum of RGB (Red+Green+Blue) = 0+158+209=367 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 209 (82.03% from 255 or 56.95% from 367); Max value from RGB is 209 - color contains mainly: blue. Hex color #009ED1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009ED1 is #FF612E. Grayscale: #747474. Windows color (decimal): -16736559 or 13737472. OLE color: 13737472.

HSL color Cylindrical-coordinate representation of color #009ED1: hue angle of 194.64º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009ED1 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 158 209 -
CMYK 1 0.24 0 0.18
HSL 194.64º 1% 0.41% -
HSV(B) 194.64º 1% 0.82% -
XYZ 23.74 29.06 64.68 -
YUV 116.57 180.15 44.85 -
System Red Green Blue C M Y K H S L
Decimal 0 158 209 1 0.24 0 0.18 194.64 1 0.41
Hex 0 9E D1 64 18 0 12 C3 64 29
Octal 0 236 321 144 30 0 22 303 144 51
Binary 0 10011110 11010001 1100100 11000 0 10010 11000011 1100100 101001

Color Harmonies of #009ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009ED1

Black with #009ED1

Text Example


Text Example

White with #009ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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