Shades of Light Blue #ABDFED
Tints of Light Blue #ABDFED
RGB
CMYK
RGB Variations
Color information
#ABDFED (or 0xABDFED) is known color: Light Blue. HEX triplet: AB, DF and ED. RGB value is (171,223,237). Sum of RGB (Red+Green+Blue) = 171+223+237=631 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.10% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABDFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDFED is #542012. Grayscale: #D0D0D0. Windows color (decimal): -5513235 or 15589291. OLE color: 15589291.
HSL color Cylindrical-coordinate representation of color #ABDFED: hue angle of 192.73º 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 #ABDFED is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 171 | 223 | 237 | - |
CMYK | 0.28 | 0.06 | 0 | 0.07 |
HSL | 192.73º | 0.65% | 0.8% | - |
HSV(B) | 192.73º | 0.28% | 0.93% | - |
XYZ | 58.47 | 67.55 | 90.08 | - |
YUV | 209.05 | 143.77 | 100.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 223 | 237 | 0.28 | 0.06 | 0 | 0.07 | 192.73 | 0.65 | 0.8 |
Hex | AB | DF | ED | 1C | 6 | 0 | 7 | C1 | 41 | 50 |
Octal | 253 | 337 | 355 | 34 | 6 | 0 | 7 | 301 | 101 | 120 |
Binary | 10101011 | 11011111 | 11101101 | 11100 | 110 | 0 | 111 | 11000001 | 1000001 | 1010000 |
Color Harmonies of #ABDFED
Complementary color
Monochromatic Colors of #ABDFED
Black with #ABDFED
Text Example
Text Example
White with #ABDFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFED; }
p { color: rgb(171,223,237); }
H1.HeaderClassName
{
color: #ABDFED;
}
.AnyTagClassName
{
color: #ABDFED;
}
</style>
background-color css
<style>
a { background-color: #ABDFED; }
a { background-color: rgb(171,223,237); }
div.DivClassName
{
background-color: #ABDFED;
}
.BgClassName
{
background-color: #ABDFED;
}
</style>
border-color css
<style>
span { border-color: #ABDFED; }
span { border-color: rgb(171,223,237); }
td.TdClassName
{
border-color: #ABDFED;
}
.TagClassName
{
border-color: #ABDFED;
}
</style>