Html Css Color HEX #05ABEC Deep Sky Blue

📋 copy color: '#05ABEC'

red 5 ◦ green 171 ◦ blue 236

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

Shades of Deep Sky Blue #05ABEC

Tints of Deep Sky Blue #05ABEC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.5%

 BLUE value IS 236 (92.58% from 255) = 57.28%

R = 1.21%
G = 41.5%
B = 57.28%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#05ABEC (or 0x05ABEC) is known color: Deep Sky Blue. HEX triplet: 05, AB and EC. RGB value is (5,171,236). Sum of RGB (Red+Green+Blue) = 5+171+236=412 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #05ABEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05ABEC is #FA5413. Grayscale: #808080. Windows color (decimal): -16405524 or 15510277. OLE color: 15510277.

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

Color convert

RGB 5 171 236 -
CMYK 0.98 0.28 0 0.07
HSL 196.88º 0.96% 0.47% -
HSV(B) 196.88º 0.98% 0.93% -
XYZ 29.77 35.21 84.59 -
YUV 128.78 188.5 39.71 -
System Red Green Blue C M Y K H S L
Decimal 5 171 236 0.98 0.28 0 0.07 196.88 0.96 0.47
Hex 5 AB EC 62 1C 0 7 C5 60 2F
Octal 5 253 354 142 34 0 7 305 140 57
Binary 101 10101011 11101100 1100010 11100 0 111 11000101 1100000 101111

Color Harmonies of #05ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ABEC

Black with #05ABEC

Text Example


Text Example

White with #05ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,171,236); }

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

background-color css

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

 a { background-color: rgb(5,171,236); }

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

border-color css

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

 span { border-color: rgb(5,171,236); }

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