Html Css Color HEX #009FEE Deep Sky Blue

📋 copy color: '#009FEE'

red 0 ◦ green 159 ◦ blue 238

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

Shades of Deep Sky Blue #009FEE

Tints of Deep Sky Blue #009FEE

RGB

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

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

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

R = 0%
G = 40.05%
B = 59.95%

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

#009FEE (or 0x009FEE) is known color: Deep Sky Blue. HEX triplet: 00, 9F and EE. RGB value is (0,159,238). Sum of RGB (Red+Green+Blue) = 0+159+238=397 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 238 (93.36% from 255 or 59.95% from 397); Max value from RGB is 238 - color contains mainly: blue. Hex color #009FEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009FEE is #FF6011. Grayscale: #777777. Windows color (decimal): -16736274 or 15638272. OLE color: 15638272.

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

Color convert

RGB 0 159 238 -
CMYK 1 0.33 0 0.07
HSL 199.92º 1% 0.47% -
HSV(B) 199.92º 1% 0.93% -
XYZ 27.83 30.97 85.4 -
YUV 120.47 194.32 42.08 -
System Red Green Blue C M Y K H S L
Decimal 0 159 238 1 0.33 0 0.07 199.92 1 0.47
Hex 0 9F EE 64 21 0 7 C8 64 2F
Octal 0 237 356 144 41 0 7 310 144 57
Binary 0 10011111 11101110 1100100 100001 0 111 11001000 1100100 101111

Color Harmonies of #009FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009FEE

Black with #009FEE

Text Example


Text Example

White with #009FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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