Html Css Color HEX #05A8EB Deep Sky Blue

📋 copy color: '#05A8EB'

red 5 ◦ green 168 ◦ blue 235

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

Shades of Deep Sky Blue #05A8EB

Tints of Deep Sky Blue #05A8EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 57.6%

R = 1.23%
G = 41.18%
B = 57.6%

CMYK

 C value IS 0.98

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#05A8EB (or 0x05A8EB) is known color: Deep Sky Blue. HEX triplet: 05, A8 and EB. RGB value is (5,168,235). Sum of RGB (Red+Green+Blue) = 5+168+235=408 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 235 (92.19% from 255 or 57.60% from 408); Max value from RGB is 235 - color contains mainly: blue. Hex color #05A8EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05A8EB is #FA5714. Grayscale: #7E7E7E. Windows color (decimal): -16406293 or 15443973. OLE color: 15443973.

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

Color convert

RGB 5 168 235 -
CMYK 0.98 0.29 0 0.08
HSL 197.48º 0.96% 0.47% -
HSV(B) 197.48º 0.98% 0.92% -
XYZ 29.06 34.04 83.64 -
YUV 126.9 189 41.05 -
System Red Green Blue C M Y K H S L
Decimal 5 168 235 0.98 0.29 0 0.08 197.48 0.96 0.47
Hex 5 A8 EB 62 1D 0 8 C5 60 2F
Octal 5 250 353 142 35 0 10 305 140 57
Binary 101 10101000 11101011 1100010 11101 0 1000 11000101 1100000 101111

Color Harmonies of #05A8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A8EB

Black with #05A8EB

Text Example


Text Example

White with #05A8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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