Html Css Color HEX #05AAED Deep Sky Blue

📋 copy color: '#05AAED'

red 5 ◦ green 170 ◦ blue 237

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

Shades of Deep Sky Blue #05AAED

Tints of Deep Sky Blue #05AAED

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.26%

 BLUE value IS 237 (92.97% from 255) = 57.52%

R = 1.21%
G = 41.26%
B = 57.52%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#05AAED (or 0x05AAED) is known color: Deep Sky Blue. HEX triplet: 05, AA and ED. RGB value is (5,170,237). Sum of RGB (Red+Green+Blue) = 5+170+237=412 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 237 (92.97% from 255 or 57.52% from 412); Max value from RGB is 237 - color contains mainly: blue. Hex color #05AAED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05AAED is #FA5512. Grayscale: #7F7F7F. Windows color (decimal): -16405779 or 15575557. OLE color: 15575557.

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

Color convert

RGB 5 170 237 -
CMYK 0.98 0.28 0 0.07
HSL 197.33º 0.96% 0.47% -
HSV(B) 197.33º 0.98% 0.93% -
XYZ 29.72 34.9 85.29 -
YUV 128.3 189.34 40.05 -
System Red Green Blue C M Y K H S L
Decimal 5 170 237 0.98 0.28 0 0.07 197.33 0.96 0.47
Hex 5 AA ED 62 1C 0 7 C5 60 2F
Octal 5 252 355 142 34 0 7 305 140 57
Binary 101 10101010 11101101 1100010 11100 0 111 11000101 1100000 101111

Color Harmonies of #05AAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AAED

Black with #05AAED

Text Example


Text Example

White with #05AAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,170,237); }

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

background-color css

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

 a { background-color: rgb(5,170,237); }

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

border-color css

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

 span { border-color: rgb(5,170,237); }

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