Html Css Color HEX #05A2EE Deep Sky Blue

📋 copy color: '#05A2EE'

red 5 ◦ green 162 ◦ blue 238

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

Shades of Deep Sky Blue #05A2EE

Tints of Deep Sky Blue #05A2EE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40%

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

R = 1.23%
G = 40%
B = 58.77%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#05A2EE (or 0x05A2EE) is known color: Deep Sky Blue. HEX triplet: 05, A2 and EE. RGB value is (5,162,238). Sum of RGB (Red+Green+Blue) = 5+162+238=405 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 238 (93.36% from 255 or 58.77% from 405); Max value from RGB is 238 - color contains mainly: blue. Hex color #05A2EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05A2EE is #FA5D11. Grayscale: #7B7B7B. Windows color (decimal): -16407826 or 15639045. OLE color: 15639045.

HSL color Cylindrical-coordinate representation of color #05A2EE: hue angle of 199.57º 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 #05A2EE is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 162 238 -
CMYK 0.98 0.32 0 0.07
HSL 199.57º 0.96% 0.48% -
HSV(B) 199.57º 0.98% 0.93% -
XYZ 28.42 32.05 85.58 -
YUV 123.72 192.49 43.32 -
System Red Green Blue C M Y K H S L
Decimal 5 162 238 0.98 0.32 0 0.07 199.57 0.96 0.48
Hex 5 A2 EE 62 20 0 7 C8 60 30
Octal 5 242 356 142 40 0 7 310 140 60
Binary 101 10100010 11101110 1100010 100000 0 111 11001000 1100000 110000

Color Harmonies of #05A2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A2EE

Black with #05A2EE

Text Example


Text Example

White with #05A2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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