Shades of Light Blue #ABDDEA
Tints of Light Blue #ABDDEA
RGB
CMYK
RGB Variations
Color information
#ABDDEA (or 0xABDDEA) is known color: Light Blue. HEX triplet: AB, DD and EA. RGB value is (171,221,234). Sum of RGB (Red+Green+Blue) = 171+221+234=626 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.32% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABDDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDDEA is #542215. Grayscale: #CFCFCF. Windows color (decimal): -5513750 or 15392171. OLE color: 15392171.
HSL color Cylindrical-coordinate representation of color #ABDDEA: hue angle of 192.38º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABDDEA is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 221 | 234 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.08 |
| HSL | 192.38º | 0.6% | 0.79% | - |
| HSV(B) | 192.38º | 0.27% | 0.92% | - |
| XYZ | 57.5 | 66.31 | 87.61 | - |
| YUV | 207.53 | 142.94 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 234 | 0.27 | 0.06 | 0 | 0.08 | 192.38 | 0.6 | 0.79 |
| Hex | AB | DD | EA | 1B | 6 | 0 | 8 | C0 | 3C | 4F |
| Octal | 253 | 335 | 352 | 33 | 6 | 0 | 10 | 300 | 74 | 117 |
| Binary | 10101011 | 11011101 | 11101010 | 11011 | 110 | 0 | 1000 | 11000000 | 111100 | 1001111 |
Color Harmonies of #ABDDEA
Complementary color
Monochromatic Colors of #ABDDEA
Black with #ABDDEA
Text Example
Text Example
White with #ABDDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDEA; }
p { color: rgb(171,221,234); }
H1.HeaderClassName
{
color: #ABDDEA;
}
.AnyTagClassName
{
color: #ABDDEA;
}
</style>
background-color css
<style>
a { background-color: #ABDDEA; }
a { background-color: rgb(171,221,234); }
div.DivClassName
{
background-color: #ABDDEA;
}
.BgClassName
{
background-color: #ABDDEA;
}
</style>
border-color css
<style>
span { border-color: #ABDDEA; }
span { border-color: rgb(171,221,234); }
td.TdClassName
{
border-color: #ABDDEA;
}
.TagClassName
{
border-color: #ABDDEA;
}
</style>