Shades of Light Blue #ABDEEE
Tints of Light Blue #ABDEEE
RGB
CMYK
RGB Variations
Color information
#ABDEEE (or 0xABDEEE) is known color: Light Blue. HEX triplet: AB, DE and EE. RGB value is (171,222,238). Sum of RGB (Red+Green+Blue) = 171+222+238=631 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.10% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABDEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDEEE is #542111. Grayscale: #D0D0D0. Windows color (decimal): -5513490 or 15654571. OLE color: 15654571.
HSL color Cylindrical-coordinate representation of color #ABDEEE: hue angle of 194.33º 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 #ABDEEE is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 222 | 238 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.07 |
| HSL | 194.33º | 0.66% | 0.8% | - |
| HSV(B) | 194.33º | 0.28% | 0.93% | - |
| XYZ | 58.35 | 67.07 | 90.76 | - |
| YUV | 208.58 | 144.6 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 238 | 0.28 | 0.07 | 0 | 0.07 | 194.33 | 0.66 | 0.8 |
| Hex | AB | DE | EE | 1C | 7 | 0 | 7 | C2 | 42 | 50 |
| Octal | 253 | 336 | 356 | 34 | 7 | 0 | 7 | 302 | 102 | 120 |
| Binary | 10101011 | 11011110 | 11101110 | 11100 | 111 | 0 | 111 | 11000010 | 1000010 | 1010000 |
Color Harmonies of #ABDEEE
Complementary color
Monochromatic Colors of #ABDEEE
Black with #ABDEEE
Text Example
Text Example
White with #ABDEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDEEE; }
p { color: rgb(171,222,238); }
H1.HeaderClassName
{
color: #ABDEEE;
}
.AnyTagClassName
{
color: #ABDEEE;
}
</style>
background-color css
<style>
a { background-color: #ABDEEE; }
a { background-color: rgb(171,222,238); }
div.DivClassName
{
background-color: #ABDEEE;
}
.BgClassName
{
background-color: #ABDEEE;
}
</style>
border-color css
<style>
span { border-color: #ABDEEE; }
span { border-color: rgb(171,222,238); }
td.TdClassName
{
border-color: #ABDEEE;
}
.TagClassName
{
border-color: #ABDEEE;
}
</style>