Html Css Color HEX #009ECD Pacific Blue

📋 copy color: '#009ECD'

red 0 ◦ green 158 ◦ blue 205

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

Shades of Pacific Blue #009ECD

Tints of Pacific Blue #009ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.47%

R = 0%
G = 43.53%
B = 56.47%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#009ECD (or 0x009ECD) is known color: Pacific Blue. HEX triplet: 00, 9E and CD. RGB value is (0,158,205). Sum of RGB (Red+Green+Blue) = 0+158+205=363 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #009ECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009ECD is #FF6132. Grayscale: #737373. Windows color (decimal): -16736563 or 13475328. OLE color: 13475328.

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

Color convert

RGB 0 158 205 -
CMYK 1 0.23 0 0.20
HSL 193.76º 1% 0.4% -
HSV(B) 193.76º 1% 0.8% -
XYZ 23.25 28.86 62.1 -
YUV 116.12 178.15 45.18 -
System Red Green Blue C M Y K H S L
Decimal 0 158 205 1 0.23 0 0.20 193.76 1 0.4
Hex 0 9E CD 64 17 0 14 C2 64 28
Octal 0 236 315 144 27 0 24 302 144 50
Binary 0 10011110 11001101 1100100 10111 0 10100 11000010 1100100 101000

Color Harmonies of #009ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009ECD

Black with #009ECD

Text Example


Text Example

White with #009ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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