Html Css Color HEX #009ECE Pacific Blue

📋 copy color: '#009ECE'

red 0 ◦ green 158 ◦ blue 206

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

Shades of Pacific Blue #009ECE

Tints of Pacific Blue #009ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.59%

R = 0%
G = 43.41%
B = 56.59%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#009ECE (or 0x009ECE) is known color: Pacific Blue. HEX triplet: 00, 9E and CE. RGB value is (0,158,206). Sum of RGB (Red+Green+Blue) = 0+158+206=364 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #009ECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009ECE is #FF6131. Grayscale: #737373. Windows color (decimal): -16736562 or 13540864. OLE color: 13540864.

HSL color Cylindrical-coordinate representation of color #009ECE: hue angle of 193.98º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009ECE is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 158 206 -
CMYK 1 0.23 0 0.19
HSL 193.98º 1% 0.4% -
HSV(B) 193.98º 1% 0.81% -
XYZ 23.37 28.91 62.74 -
YUV 116.23 178.65 45.1 -
System Red Green Blue C M Y K H S L
Decimal 0 158 206 1 0.23 0 0.19 193.98 1 0.4
Hex 0 9E CE 64 17 0 13 C2 64 28
Octal 0 236 316 144 27 0 23 302 144 50
Binary 0 10011110 11001110 1100100 10111 0 10011 11000010 1100100 101000

Color Harmonies of #009ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009ECE

Black with #009ECE

Text Example


Text Example

White with #009ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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