Html Css Color HEX #009DEE Deep Sky Blue

📋 copy color: '#009DEE'

red 0 ◦ green 157 ◦ blue 238

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

Shades of Deep Sky Blue #009DEE

Tints of Deep Sky Blue #009DEE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.75%

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

R = 0%
G = 39.75%
B = 60.25%

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

#009DEE (or 0x009DEE) is known color: Deep Sky Blue. HEX triplet: 00, 9D and EE. RGB value is (0,157,238). Sum of RGB (Red+Green+Blue) = 0+157+238=395 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 238 (93.36% from 255 or 60.25% from 395); Max value from RGB is 238 - color contains mainly: blue. Hex color #009DEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009DEE is #FF6211. Grayscale: #767676. Windows color (decimal): -16736786 or 15637760. OLE color: 15637760.

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

Color convert

RGB 0 157 238 -
CMYK 1 0.34 0 0.07
HSL 200.42º 1% 0.47% -
HSV(B) 200.42º 1% 0.93% -
XYZ 27.49 30.29 85.29 -
YUV 119.29 194.99 42.91 -
System Red Green Blue C M Y K H S L
Decimal 0 157 238 1 0.34 0 0.07 200.42 1 0.47
Hex 0 9D EE 64 22 0 7 C8 64 2F
Octal 0 235 356 144 42 0 7 310 144 57
Binary 0 10011101 11101110 1100100 100010 0 111 11001000 1100100 101111

Color Harmonies of #009DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009DEE

Black with #009DEE

Text Example


Text Example

White with #009DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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