Html Css Color HEX #009FEB Deep Sky Blue

📋 copy color: '#009FEB'

red 0 ◦ green 159 ◦ blue 235

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

Shades of Deep Sky Blue #009FEB

Tints of Deep Sky Blue #009FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 59.64%

R = 0%
G = 40.36%
B = 59.64%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#009FEB (or 0x009FEB) is known color: Deep Sky Blue. HEX triplet: 00, 9F and EB. RGB value is (0,159,235). Sum of RGB (Red+Green+Blue) = 0+159+235=394 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 235 (92.19% from 255 or 59.64% from 394); Max value from RGB is 235 - color contains mainly: blue. Hex color #009FEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009FEB is #FF6014. Grayscale: #777777. Windows color (decimal): -16736277 or 15441664. OLE color: 15441664.

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

Color convert

RGB 0 159 235 -
CMYK 1 0.32 0 0.08
HSL 199.4º 1% 0.46% -
HSV(B) 199.4º 1% 0.92% -
XYZ 27.39 30.79 83.1 -
YUV 120.12 192.82 42.32 -
System Red Green Blue C M Y K H S L
Decimal 0 159 235 1 0.32 0 0.08 199.4 1 0.46
Hex 0 9F EB 64 20 0 8 C7 64 2E
Octal 0 237 353 144 40 0 10 307 144 56
Binary 0 10011111 11101011 1100100 100000 0 1000 11000111 1100100 101110

Color Harmonies of #009FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009FEB

Black with #009FEB

Text Example


Text Example

White with #009FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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