Html Css Color HEX #05AAF0 Deep Sky Blue

📋 copy color: '#05AAF0'

red 5 ◦ green 170 ◦ blue 240

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

Shades of Deep Sky Blue #05AAF0

Tints of Deep Sky Blue #05AAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 57.83%

R = 1.2%
G = 40.96%
B = 57.83%

CMYK

 C value IS 0.98

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#05AAF0 (or 0x05AAF0) is known color: Deep Sky Blue. HEX triplet: 05, AA and F0. RGB value is (5,170,240). Sum of RGB (Red+Green+Blue) = 5+170+240=415 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 240 (94.14% from 255 or 57.83% from 415); Max value from RGB is 240 - color contains mainly: blue. Hex color #05AAF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05AAF0 is #FA550F. Grayscale: #808080. Windows color (decimal): -16405776 or 15772165. OLE color: 15772165.

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

Color convert

RGB 5 170 240 -
CMYK 0.98 0.29 0 0.06
HSL 197.87º 0.96% 0.48% -
HSV(B) 197.87º 0.98% 0.94% -
XYZ 30.17 35.07 87.62 -
YUV 128.65 190.84 39.81 -
System Red Green Blue C M Y K H S L
Decimal 5 170 240 0.98 0.29 0 0.06 197.87 0.96 0.48
Hex 5 AA F0 62 1D 0 6 C6 60 30
Octal 5 252 360 142 35 0 6 306 140 60
Binary 101 10101010 11110000 1100010 11101 0 110 11000110 1100000 110000

Color Harmonies of #05AAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AAF0

Black with #05AAF0

Text Example


Text Example

White with #05AAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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