Html Css Color HEX #05ADEE Deep Sky Blue

📋 copy color: '#05ADEE'

red 5 ◦ green 173 ◦ blue 238

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

Shades of Deep Sky Blue #05ADEE

Tints of Deep Sky Blue #05ADEE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.59%

 BLUE value IS 238 (93.36% from 255) = 57.21%

R = 1.2%
G = 41.59%
B = 57.21%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#05ADEE (or 0x05ADEE) is known color: Deep Sky Blue. HEX triplet: 05, AD and EE. RGB value is (5,173,238). Sum of RGB (Red+Green+Blue) = 5+173+238=416 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #05ADEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05ADEE is #FA5211. Grayscale: #818181. Windows color (decimal): -16405010 or 15641861. OLE color: 15641861.

HSL color Cylindrical-coordinate representation of color #05ADEE: hue angle of 196.74º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05ADEE is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 173 238 -
CMYK 0.98 0.27 0 0.07
HSL 196.74º 0.96% 0.48% -
HSV(B) 196.74º 0.98% 0.93% -
XYZ 30.44 36.09 86.25 -
YUV 130.18 188.84 38.71 -
System Red Green Blue C M Y K H S L
Decimal 5 173 238 0.98 0.27 0 0.07 196.74 0.96 0.48
Hex 5 AD EE 62 1B 0 7 C5 60 30
Octal 5 255 356 142 33 0 7 305 140 60
Binary 101 10101101 11101110 1100010 11011 0 111 11000101 1100000 110000

Color Harmonies of #05ADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ADEE

Black with #05ADEE

Text Example


Text Example

White with #05ADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,173,238); }

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

background-color css

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

 a { background-color: rgb(5,173,238); }

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

border-color css

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

 span { border-color: rgb(5,173,238); }

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