Html Css Color HEX #009FEC Deep Sky Blue

📋 copy color: '#009FEC'

red 0 ◦ green 159 ◦ blue 236

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

Shades of Deep Sky Blue #009FEC

Tints of Deep Sky Blue #009FEC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.25%

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

R = 0%
G = 40.25%
B = 59.75%

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

#009FEC (or 0x009FEC) is known color: Deep Sky Blue. HEX triplet: 00, 9F and EC. RGB value is (0,159,236). Sum of RGB (Red+Green+Blue) = 0+159+236=395 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 236 (92.58% from 255 or 59.75% from 395); Max value from RGB is 236 - color contains mainly: blue. Hex color #009FEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009FEC is #FF6013. Grayscale: #777777. Windows color (decimal): -16736276 or 15507200. OLE color: 15507200.

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

Color convert

RGB 0 159 236 -
CMYK 1 0.33 0 0.07
HSL 199.58º 1% 0.46% -
HSV(B) 199.58º 1% 0.93% -
XYZ 27.54 30.85 83.86 -
YUV 120.24 193.32 42.24 -
System Red Green Blue C M Y K H S L
Decimal 0 159 236 1 0.33 0 0.07 199.58 1 0.46
Hex 0 9F EC 64 21 0 7 C8 64 2E
Octal 0 237 354 144 41 0 7 310 144 56
Binary 0 10011111 11101100 1100100 100001 0 111 11001000 1100100 101110

Color Harmonies of #009FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009FEC

Black with #009FEC

Text Example


Text Example

White with #009FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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