Html Css Color HEX #05ABEE Deep Sky Blue

📋 copy color: '#05ABEE'

red 5 ◦ green 171 ◦ blue 238

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

Shades of Deep Sky Blue #05ABEE

Tints of Deep Sky Blue #05ABEE

RGB

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

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

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

R = 1.21%
G = 41.3%
B = 57.49%

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

#05ABEE (or 0x05ABEE) is known color: Deep Sky Blue. HEX triplet: 05, AB and EE. RGB value is (5,171,238). Sum of RGB (Red+Green+Blue) = 5+171+238=414 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #05ABEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05ABEE is #FA5411. Grayscale: #808080. Windows color (decimal): -16405522 or 15641349. OLE color: 15641349.

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

Color convert

RGB 5 171 238 -
CMYK 0.98 0.28 0 0.07
HSL 197.25º 0.96% 0.48% -
HSV(B) 197.25º 0.98% 0.93% -
XYZ 30.06 35.33 86.12 -
YUV 129 189.5 39.55 -
System Red Green Blue C M Y K H S L
Decimal 5 171 238 0.98 0.28 0 0.07 197.25 0.96 0.48
Hex 5 AB EE 62 1C 0 7 C5 60 30
Octal 5 253 356 142 34 0 7 305 140 60
Binary 101 10101011 11101110 1100010 11100 0 111 11000101 1100000 110000

Color Harmonies of #05ABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ABEE

Black with #05ABEE

Text Example


Text Example

White with #05ABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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