Html Css Color HEX #ABD5E5 Light Blue

📋 copy color: '#ABD5E5'

red 171 ◦ green 213 ◦ blue 229

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

Shades of Light Blue #ABD5E5

Tints of Light Blue #ABD5E5

RGB

 RED value IS 171 (67.19% from 255) = 27.9%

 GREEN value IS 213 (83.59% from 255) = 34.75%

 BLUE value IS 229 (89.84% from 255) = 37.36%

R = 27.9%
G = 34.75%
B = 37.36%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ABD5E5 (or 0xABD5E5) is known color: Light Blue. HEX triplet: AB, D5 and E5. RGB value is (171,213,229). Sum of RGB (Red+Green+Blue) = 171+213+229=613 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.90% from 613); Green value is 213 (83.59% from 255 or 34.75% from 613); Blue value is 229 (89.84% from 255 or 37.36% from 613); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABD5E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD5E5 is #542A1A. Grayscale: #CACACA. Windows color (decimal): -5515803 or 15062443. OLE color: 15062443.

HSL color Cylindrical-coordinate representation of color #ABD5E5: hue angle of 196.55º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABD5E5 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 213 229 -
CMYK 0.25 0.07 0 0.10
HSL 196.55º 0.53% 0.78% -
HSV(B) 196.55º 0.25% 0.9% -
XYZ 54.73 61.9 83.19 -
YUV 202.27 143.09 105.7 -
System Red Green Blue C M Y K H S L
Decimal 171 213 229 0.25 0.07 0 0.10 196.55 0.53 0.78
Hex AB D5 E5 19 7 0 A C5 35 4E
Octal 253 325 345 31 7 0 12 305 65 116
Binary 10101011 11010101 11100101 11001 111 0 1010 11000101 110101 1001110

Color Harmonies of #ABD5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD5E5

Black with #ABD5E5

Text Example


Text Example

White with #ABD5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD5E5; }

 p { color: rgb(171,213,229); }

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

background-color css

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

 a { background-color: rgb(171,213,229); }

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

border-color css

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

 span { border-color: rgb(171,213,229); }

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