Shades of Light Blue #ABD4E5
Tints of Light Blue #ABD4E5
RGB
CMYK
RGB Variations
Color information
#ABD4E5 (or 0xABD4E5) is known color: Light Blue. HEX triplet: AB, D4 and E5. RGB value is (171,212,229). Sum of RGB (Red+Green+Blue) = 171+212+229=612 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.94% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABD4E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD4E5 is #542B1A. Grayscale: #C9C9C9. Windows color (decimal): -5516059 or 15062187. OLE color: 15062187.
HSL color Cylindrical-coordinate representation of color #ABD4E5: hue angle of 197.59º 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 #ABD4E5 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 212 | 229 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.10 |
| HSL | 197.59º | 0.53% | 0.78% | - |
| HSV(B) | 197.59º | 0.25% | 0.9% | - |
| XYZ | 54.48 | 61.4 | 83.11 | - |
| YUV | 201.68 | 143.42 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 212 | 229 | 0.25 | 0.07 | 0 | 0.10 | 197.59 | 0.53 | 0.78 |
| Hex | AB | D4 | E5 | 19 | 7 | 0 | A | C6 | 35 | 4E |
| Octal | 253 | 324 | 345 | 31 | 7 | 0 | 12 | 306 | 65 | 116 |
| Binary | 10101011 | 11010100 | 11100101 | 11001 | 111 | 0 | 1010 | 11000110 | 110101 | 1001110 |
Color Harmonies of #ABD4E5
Complementary color
Monochromatic Colors of #ABD4E5
Black with #ABD4E5
Text Example
Text Example
White with #ABD4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD4E5; }
p { color: rgb(171,212,229); }
H1.HeaderClassName
{
color: #ABD4E5;
}
.AnyTagClassName
{
color: #ABD4E5;
}
</style>
background-color css
<style>
a { background-color: #ABD4E5; }
a { background-color: rgb(171,212,229); }
div.DivClassName
{
background-color: #ABD4E5;
}
.BgClassName
{
background-color: #ABD4E5;
}
</style>
border-color css
<style>
span { border-color: #ABD4E5; }
span { border-color: rgb(171,212,229); }
td.TdClassName
{
border-color: #ABD4E5;
}
.TagClassName
{
border-color: #ABD4E5;
}
</style>