Html Css Color HEX #009EF9 Deep Sky Blue

📋 copy color: '#009EF9'

red 0 ◦ green 158 ◦ blue 249

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

Shades of Deep Sky Blue #009EF9

Tints of Deep Sky Blue #009EF9

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.82%

 BLUE value IS 249 (97.66% from 255) = 61.18%

R = 0%
G = 38.82%
B = 61.18%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#009EF9 (or 0x009EF9) is known color: Deep Sky Blue. HEX triplet: 00, 9E and F9. RGB value is (0,158,249). Sum of RGB (Red+Green+Blue) = 0+158+249=407 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 249 (97.66% from 255 or 61.18% from 407); Max value from RGB is 249 - color contains mainly: blue. Hex color #009EF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009EF9 is #FF6106. Grayscale: #787878. Windows color (decimal): -16736519 or 16358912. OLE color: 16358912.

HSL color Cylindrical-coordinate representation of color #009EF9: hue angle of 201.93º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009EF9 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 158 249 -
CMYK 1 0.37 0 0.02
HSL 201.93º 1% 0.49% -
HSV(B) 201.93º 1% 0.98% -
XYZ 29.33 31.29 94.12 -
YUV 121.13 200.15 41.6 -
System Red Green Blue C M Y K H S L
Decimal 0 158 249 1 0.37 0 0.02 201.93 1 0.49
Hex 0 9E F9 64 25 0 2 CA 64 31
Octal 0 236 371 144 45 0 2 312 144 61
Binary 0 10011110 11111001 1100100 100101 0 10 11001010 1100100 110001

Color Harmonies of #009EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009EF9

Black with #009EF9

Text Example


Text Example

White with #009EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,158,249); }

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

background-color css

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

 a { background-color: rgb(0,158,249); }

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

border-color css

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

 span { border-color: rgb(0,158,249); }

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