Shades of Light Blue #ABDAED
Tints of Light Blue #ABDAED
RGB
CMYK
RGB Variations
Color information
#ABDAED (or 0xABDAED) is known color: Light Blue. HEX triplet: AB, DA and ED. RGB value is (171,218,237). Sum of RGB (Red+Green+Blue) = 171+218+237=626 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.32% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABDAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDAED is #542512. Grayscale: #CDCDCD. Windows color (decimal): -5514515 or 15588011. OLE color: 15588011.
HSL color Cylindrical-coordinate representation of color #ABDAED: hue angle of 197.27º degrees, saturation: 0.65, 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 #ABDAED is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 171 | 218 | 237 | - |
CMYK | 0.28 | 0.08 | 0 | 0.07 |
HSL | 197.27º | 0.65% | 0.8% | - |
HSV(B) | 197.27º | 0.28% | 0.93% | - |
XYZ | 57.15 | 64.92 | 89.64 | - |
YUV | 206.11 | 145.43 | 102.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 218 | 237 | 0.28 | 0.08 | 0 | 0.07 | 197.27 | 0.65 | 0.8 |
Hex | AB | DA | ED | 1C | 8 | 0 | 7 | C5 | 41 | 50 |
Octal | 253 | 332 | 355 | 34 | 10 | 0 | 7 | 305 | 101 | 120 |
Binary | 10101011 | 11011010 | 11101101 | 11100 | 1000 | 0 | 111 | 11000101 | 1000001 | 1010000 |
Color Harmonies of #ABDAED
Complementary color
Monochromatic Colors of #ABDAED
Black with #ABDAED
Text Example
Text Example
White with #ABDAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDAED; }
p { color: rgb(171,218,237); }
H1.HeaderClassName
{
color: #ABDAED;
}
.AnyTagClassName
{
color: #ABDAED;
}
</style>
background-color css
<style>
a { background-color: #ABDAED; }
a { background-color: rgb(171,218,237); }
div.DivClassName
{
background-color: #ABDAED;
}
.BgClassName
{
background-color: #ABDAED;
}
</style>
border-color css
<style>
span { border-color: #ABDAED; }
span { border-color: rgb(171,218,237); }
td.TdClassName
{
border-color: #ABDAED;
}
.TagClassName
{
border-color: #ABDAED;
}
</style>