Html Css Color HEX #009EEE Deep Sky Blue

📋 copy color: '#009EEE'

red 0 ◦ green 158 ◦ blue 238

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

Shades of Deep Sky Blue #009EEE

Tints of Deep Sky Blue #009EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 60.1%

R = 0%
G = 39.9%
B = 60.1%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#009EEE (or 0x009EEE) is known color: Deep Sky Blue. HEX triplet: 00, 9E and EE. RGB value is (0,158,238). Sum of RGB (Red+Green+Blue) = 0+158+238=396 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #009EEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009EEE is #FF6111. Grayscale: #777777. Windows color (decimal): -16736530 or 15638016. OLE color: 15638016.

HSL color Cylindrical-coordinate representation of color #009EEE: hue angle of 200.17º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009EEE is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 158 238 -
CMYK 1 0.34 0 0.07
HSL 200.17º 1% 0.47% -
HSV(B) 200.17º 1% 0.93% -
XYZ 27.66 30.63 85.34 -
YUV 119.88 194.65 42.5 -
System Red Green Blue C M Y K H S L
Decimal 0 158 238 1 0.34 0 0.07 200.17 1 0.47
Hex 0 9E EE 64 22 0 7 C8 64 2F
Octal 0 236 356 144 42 0 7 310 144 57
Binary 0 10011110 11101110 1100100 100010 0 111 11001000 1100100 101111

Color Harmonies of #009EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009EEE

Black with #009EEE

Text Example


Text Example

White with #009EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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