Html Css Color HEX #05DAFE Deep Sky Blue

📋 copy color: '#05DAFE'

red 5 ◦ green 218 ◦ blue 254

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

Shades of Deep Sky Blue #05DAFE

Tints of Deep Sky Blue #05DAFE

RGB

 RED value IS 5 (2.34% from 255) = 1.05%

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

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

R = 1.05%
G = 45.7%
B = 53.25%

CMYK

 C value IS 0.98

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#05DAFE (or 0x05DAFE) is known color: Deep Sky Blue. HEX triplet: 05, DA and FE. RGB value is (5,218,254). Sum of RGB (Red+Green+Blue) = 5+218+254=477 (63% of max value = 765). Red value is 5 (2.34% from 255 or 1.05% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #05DAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05DAFE is #FA2501. Grayscale: #9E9E9E. Windows color (decimal): -16393474 or 16701957. OLE color: 16701957.

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

Color convert

RGB 5 218 254 -
CMYK 0.98 0.14 0 0.00
HSL 188.67º 0.99% 0.51% -
HSV(B) 188.67º 0.98% 1% -
XYZ 43.02 57.33 102.56 -
YUV 158.42 181.93 18.57 -
System Red Green Blue C M Y K H S L
Decimal 5 218 254 0.98 0.14 0 0.00 188.67 0.99 0.51
Hex 5 DA FE 62 E 0 0 BD 63 33
Octal 5 332 376 142 16 0 0 275 143 63
Binary 101 11011010 11111110 1100010 1110 0 0 10111101 1100011 110011

Color Harmonies of #05DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DAFE

Black with #05DAFE

Text Example


Text Example

White with #05DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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