Html Css Color HEX #05AAFC Deep Sky Blue

📋 copy color: '#05AAFC'

red 5 ◦ green 170 ◦ blue 252

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

Shades of Deep Sky Blue #05AAFC

Tints of Deep Sky Blue #05AAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.02%

R = 1.17%
G = 39.81%
B = 59.02%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#05AAFC (or 0x05AAFC) is known color: Deep Sky Blue. HEX triplet: 05, AA and FC. RGB value is (5,170,252). Sum of RGB (Red+Green+Blue) = 5+170+252=427 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.17% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #05AAFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05AAFC is #FA5503. Grayscale: #818181. Windows color (decimal): -16405764 or 16558597. OLE color: 16558597.

HSL color Cylindrical-coordinate representation of color #05AAFC: hue angle of 199.92º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05AAFC is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 5 170 252 -
CMYK 0.98 0.33 0 0.01
HSL 199.92º 0.98% 0.5% -
HSV(B) 199.92º 0.98% 0.99% -
XYZ 32.01 35.81 97.32 -
YUV 130.01 196.84 38.83 -
System Red Green Blue C M Y K H S L
Decimal 5 170 252 0.98 0.33 0 0.01 199.92 0.98 0.5
Hex 5 AA FC 62 21 0 1 C8 62 32
Octal 5 252 374 142 41 0 1 310 142 62
Binary 101 10101010 11111100 1100010 100001 0 1 11001000 1100010 110010

Color Harmonies of #05AAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AAFC

Black with #05AAFC

Text Example


Text Example

White with #05AAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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