Shades of Light Blue #ABD3E5
Tints of Light Blue #ABD3E5
RGB
CMYK
RGB Variations
Color information
#ABD3E5 (or 0xABD3E5) is known color: Light Blue. HEX triplet: AB, D3 and E5. RGB value is (171,211,229). Sum of RGB (Red+Green+Blue) = 171+211+229=611 (80% of max value = 765). Red value is 171 (67.19% from 255 or 27.99% from 611); Green value is 211 (82.81% from 255 or 34.53% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABD3E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD3E5 is #542C1A. Grayscale: #C8C8C8. Windows color (decimal): -5516315 or 15061931. OLE color: 15061931.
HSL color Cylindrical-coordinate representation of color #ABD3E5: hue angle of 198.62º 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 #ABD3E5 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 211 | 229 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.10 |
| HSL | 198.62º | 0.53% | 0.78% | - |
| HSV(B) | 198.62º | 0.25% | 0.9% | - |
| XYZ | 54.23 | 60.9 | 83.03 | - |
| YUV | 201.09 | 143.75 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 211 | 229 | 0.25 | 0.08 | 0 | 0.10 | 198.62 | 0.53 | 0.78 |
| Hex | AB | D3 | E5 | 19 | 8 | 0 | A | C7 | 35 | 4E |
| Octal | 253 | 323 | 345 | 31 | 10 | 0 | 12 | 307 | 65 | 116 |
| Binary | 10101011 | 11010011 | 11100101 | 11001 | 1000 | 0 | 1010 | 11000111 | 110101 | 1001110 |
Color Harmonies of #ABD3E5
Complementary color
Monochromatic Colors of #ABD3E5
Black with #ABD3E5
Text Example
Text Example
White with #ABD3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD3E5; }
p { color: rgb(171,211,229); }
H1.HeaderClassName
{
color: #ABD3E5;
}
.AnyTagClassName
{
color: #ABD3E5;
}
</style>
background-color css
<style>
a { background-color: #ABD3E5; }
a { background-color: rgb(171,211,229); }
div.DivClassName
{
background-color: #ABD3E5;
}
.BgClassName
{
background-color: #ABD3E5;
}
</style>
border-color css
<style>
span { border-color: #ABD3E5; }
span { border-color: rgb(171,211,229); }
td.TdClassName
{
border-color: #ABD3E5;
}
.TagClassName
{
border-color: #ABD3E5;
}
</style>