Shades of Light Blue #ABDDEE
Tints of Light Blue #ABDDEE
RGB
CMYK
RGB Variations
Color information
#ABDDEE (or 0xABDDEE) is known color: Light Blue. HEX triplet: AB, DD and EE. RGB value is (171,221,238). Sum of RGB (Red+Green+Blue) = 171+221+238=630 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.14% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABDDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDDEE is #542211. Grayscale: #CFCFCF. Windows color (decimal): -5513746 or 15654315. OLE color: 15654315.
HSL color Cylindrical-coordinate representation of color #ABDDEE: hue angle of 195.22º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABDDEE is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 221 | 238 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.07 |
| HSL | 195.22º | 0.66% | 0.8% | - |
| HSV(B) | 195.22º | 0.28% | 0.93% | - |
| XYZ | 58.08 | 66.54 | 90.67 | - |
| YUV | 207.99 | 144.94 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 238 | 0.28 | 0.07 | 0 | 0.07 | 195.22 | 0.66 | 0.8 |
| Hex | AB | DD | EE | 1C | 7 | 0 | 7 | C3 | 42 | 50 |
| Octal | 253 | 335 | 356 | 34 | 7 | 0 | 7 | 303 | 102 | 120 |
| Binary | 10101011 | 11011101 | 11101110 | 11100 | 111 | 0 | 111 | 11000011 | 1000010 | 1010000 |
Color Harmonies of #ABDDEE
Complementary color
Monochromatic Colors of #ABDDEE
Black with #ABDDEE
Text Example
Text Example
White with #ABDDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDEE; }
p { color: rgb(171,221,238); }
H1.HeaderClassName
{
color: #ABDDEE;
}
.AnyTagClassName
{
color: #ABDDEE;
}
</style>
background-color css
<style>
a { background-color: #ABDDEE; }
a { background-color: rgb(171,221,238); }
div.DivClassName
{
background-color: #ABDDEE;
}
.BgClassName
{
background-color: #ABDDEE;
}
</style>
border-color css
<style>
span { border-color: #ABDDEE; }
span { border-color: rgb(171,221,238); }
td.TdClassName
{
border-color: #ABDDEE;
}
.TagClassName
{
border-color: #ABDDEE;
}
</style>