Html Css Color HEX #05A8EA Deep Sky Blue

📋 copy color: '#05A8EA'

red 5 ◦ green 168 ◦ blue 234

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

Shades of Deep Sky Blue #05A8EA

Tints of Deep Sky Blue #05A8EA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.28%

 BLUE value IS 234 (91.8% from 255) = 57.49%

R = 1.23%
G = 41.28%
B = 57.49%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#05A8EA (or 0x05A8EA) is known color: Deep Sky Blue. HEX triplet: 05, A8 and EA. RGB value is (5,168,234). Sum of RGB (Red+Green+Blue) = 5+168+234=407 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #05A8EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05A8EA is #FA5715. Grayscale: #7E7E7E. Windows color (decimal): -16406294 or 15378437. OLE color: 15378437.

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

Color convert

RGB 5 168 234 -
CMYK 0.98 0.28 0 0.08
HSL 197.29º 0.96% 0.47% -
HSV(B) 197.29º 0.98% 0.92% -
XYZ 28.92 33.98 82.88 -
YUV 126.79 188.5 41.13 -
System Red Green Blue C M Y K H S L
Decimal 5 168 234 0.98 0.28 0 0.08 197.29 0.96 0.47
Hex 5 A8 EA 62 1C 0 8 C5 60 2F
Octal 5 250 352 142 34 0 10 305 140 57
Binary 101 10101000 11101010 1100010 11100 0 1000 11000101 1100000 101111

Color Harmonies of #05A8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A8EA

Black with #05A8EA

Text Example


Text Example

White with #05A8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,168,234); }

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

background-color css

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

 a { background-color: rgb(5,168,234); }

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

border-color css

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

 span { border-color: rgb(5,168,234); }

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