Html Css Color HEX #009DEC Deep Sky Blue

📋 copy color: '#009DEC'

red 0 ◦ green 157 ◦ blue 236

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

Shades of Deep Sky Blue #009DEC

Tints of Deep Sky Blue #009DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 60.05%

R = 0%
G = 39.95%
B = 60.05%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#009DEC (or 0x009DEC) is known color: Deep Sky Blue. HEX triplet: 00, 9D and EC. RGB value is (0,157,236). Sum of RGB (Red+Green+Blue) = 0+157+236=393 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 236 (92.58% from 255 or 60.05% from 393); Max value from RGB is 236 - color contains mainly: blue. Hex color #009DEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009DEC is #FF6213. Grayscale: #767676. Windows color (decimal): -16736788 or 15506688. OLE color: 15506688.

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

Color convert

RGB 0 157 236 -
CMYK 1 0.33 0 0.07
HSL 200.08º 1% 0.46% -
HSV(B) 200.08º 1% 0.93% -
XYZ 27.2 30.17 83.75 -
YUV 119.06 193.99 43.08 -
System Red Green Blue C M Y K H S L
Decimal 0 157 236 1 0.33 0 0.07 200.08 1 0.46
Hex 0 9D EC 64 21 0 7 C8 64 2E
Octal 0 235 354 144 41 0 7 310 144 56
Binary 0 10011101 11101100 1100100 100001 0 111 11001000 1100100 101110

Color Harmonies of #009DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009DEC

Black with #009DEC

Text Example


Text Example

White with #009DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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