Html Css Color HEX #009FEF Deep Sky Blue

📋 copy color: '#009FEF'

red 0 ◦ green 159 ◦ blue 239

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

Shades of Deep Sky Blue #009FEF

Tints of Deep Sky Blue #009FEF

RGB

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

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

 BLUE value IS 239 (93.75% 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.06

RGB Variations

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

Color information

#009FEF (or 0x009FEF) is known color: Deep Sky Blue. HEX triplet: 00, 9F and EF. RGB value is (0,159,239). Sum of RGB (Red+Green+Blue) = 0+159+239=398 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #009FEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009FEF is #FF6010. Grayscale: #787878. Windows color (decimal): -16736273 or 15703808. OLE color: 15703808.

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

Color convert

RGB 0 159 239 -
CMYK 1 0.33 0 0.06
HSL 200.08º 1% 0.47% -
HSV(B) 200.08º 1% 0.94% -
XYZ 27.98 31.03 86.18 -
YUV 120.58 194.82 42 -
System Red Green Blue C M Y K H S L
Decimal 0 159 239 1 0.33 0 0.06 200.08 1 0.47
Hex 0 9F EF 64 21 0 6 C8 64 2F
Octal 0 237 357 144 41 0 6 310 144 57
Binary 0 10011111 11101111 1100100 100001 0 110 11001000 1100100 101111

Color Harmonies of #009FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009FEF

Black with #009FEF

Text Example


Text Example

White with #009FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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