Shades of Light Blue #ABDEEA
Tints of Light Blue #ABDEEA
RGB
CMYK
RGB Variations
Color information
#ABDEEA (or 0xABDEEA) is known color: Light Blue. HEX triplet: AB, DE and EA. RGB value is (171,222,234). Sum of RGB (Red+Green+Blue) = 171+222+234=627 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.27% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABDEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDEEA is #542115. Grayscale: #D0D0D0. Windows color (decimal): -5513494 or 15392427. OLE color: 15392427.
HSL color Cylindrical-coordinate representation of color #ABDEEA: hue angle of 191.43º 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 #ABDEEA is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 222 | 234 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.08 |
| HSL | 191.43º | 0.6% | 0.79% | - |
| HSV(B) | 191.43º | 0.27% | 0.92% | - |
| XYZ | 57.77 | 66.84 | 87.7 | - |
| YUV | 208.12 | 142.6 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 234 | 0.27 | 0.05 | 0 | 0.08 | 191.43 | 0.6 | 0.79 |
| Hex | AB | DE | EA | 1B | 5 | 0 | 8 | BF | 3C | 4F |
| Octal | 253 | 336 | 352 | 33 | 5 | 0 | 10 | 277 | 74 | 117 |
| Binary | 10101011 | 11011110 | 11101010 | 11011 | 101 | 0 | 1000 | 10111111 | 111100 | 1001111 |
Color Harmonies of #ABDEEA
Complementary color
Monochromatic Colors of #ABDEEA
Black with #ABDEEA
Text Example
Text Example
White with #ABDEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDEEA; }
p { color: rgb(171,222,234); }
H1.HeaderClassName
{
color: #ABDEEA;
}
.AnyTagClassName
{
color: #ABDEEA;
}
</style>
background-color css
<style>
a { background-color: #ABDEEA; }
a { background-color: rgb(171,222,234); }
div.DivClassName
{
background-color: #ABDEEA;
}
.BgClassName
{
background-color: #ABDEEA;
}
</style>
border-color css
<style>
span { border-color: #ABDEEA; }
span { border-color: rgb(171,222,234); }
td.TdClassName
{
border-color: #ABDEEA;
}
.TagClassName
{
border-color: #ABDEEA;
}
</style>