Html Css Color HEX #09DAFE Deep Sky Blue

📋 copy color: '#09DAFE'

red 9 ◦ green 218 ◦ blue 254

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

Shades of Deep Sky Blue #09DAFE

Tints of Deep Sky Blue #09DAFE

RGB

 RED value IS 9 (3.91% from 255) = 1.87%

 GREEN value IS 218 (85.55% from 255) = 45.32%

 BLUE value IS 254 (99.61% from 255) = 52.81%

R = 1.87%
G = 45.32%
B = 52.81%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#09DAFE (or 0x09DAFE) is known color: Deep Sky Blue. HEX triplet: 09, DA and FE. RGB value is (9,218,254). Sum of RGB (Red+Green+Blue) = 9+218+254=481 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.87% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #09DAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DAFE is #F62501. Grayscale: #9F9F9F. Windows color (decimal): -16131330 or 16701961. OLE color: 16701961.

HSL color Cylindrical-coordinate representation of color #09DAFE: hue angle of 188.82º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DAFE is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 9 218 254 -
CMYK 0.96 0.14 0 0.00
HSL 188.82º 0.99% 0.52% -
HSV(B) 188.82º 0.96% 1% -
XYZ 43.07 57.36 102.57 -
YUV 159.61 181.26 20.57 -
System Red Green Blue C M Y K H S L
Decimal 9 218 254 0.96 0.14 0 0.00 188.82 0.99 0.52
Hex 9 DA FE 60 E 0 0 BD 63 34
Octal 11 332 376 140 16 0 0 275 143 64
Binary 1001 11011010 11111110 1100000 1110 0 0 10111101 1100011 110100

Color Harmonies of #09DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DAFE

Black with #09DAFE

Text Example


Text Example

White with #09DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09DAFE; }

 p { color: rgb(9,218,254); }

 H1.HeaderClassName
 {
   color: #09DAFE;
 }
 .AnyTagClassName
 {
   color: #09DAFE;
 }
</style>

background-color css

<style>
 a { background-color: #09DAFE; }

 a { background-color: rgb(9,218,254); }

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

border-color css

<style>
 span { border-color: #09DAFE; }

 span { border-color: rgb(9,218,254); }

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