Shades of Light Blue #ABDFF1
Tints of Light Blue #ABDFF1
RGB
CMYK
RGB Variations
Color information
#ABDFF1 (or 0xABDFF1) is known color: Light Blue. HEX triplet: AB, DF and F1. RGB value is (171,223,241). Sum of RGB (Red+Green+Blue) = 171+223+241=635 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.93% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABDFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDFF1 is #54200E. Grayscale: #D1D1D1. Windows color (decimal): -5513231 or 15851435. OLE color: 15851435.
HSL color Cylindrical-coordinate representation of color #ABDFF1: hue angle of 195.43º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABDFF1 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 223 | 241 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.05 |
| HSL | 195.43º | 0.71% | 0.81% | - |
| HSV(B) | 195.43º | 0.29% | 0.95% | - |
| XYZ | 59.06 | 67.78 | 93.19 | - |
| YUV | 209.5 | 145.77 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 241 | 0.29 | 0.07 | 0 | 0.05 | 195.43 | 0.71 | 0.81 |
| Hex | AB | DF | F1 | 1D | 7 | 0 | 5 | C3 | 47 | 51 |
| Octal | 253 | 337 | 361 | 35 | 7 | 0 | 5 | 303 | 107 | 121 |
| Binary | 10101011 | 11011111 | 11110001 | 11101 | 111 | 0 | 101 | 11000011 | 1000111 | 1010001 |
Color Harmonies of #ABDFF1
Complementary color
Monochromatic Colors of #ABDFF1
Black with #ABDFF1
Text Example
Text Example
White with #ABDFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFF1; }
p { color: rgb(171,223,241); }
H1.HeaderClassName
{
color: #ABDFF1;
}
.AnyTagClassName
{
color: #ABDFF1;
}
</style>
background-color css
<style>
a { background-color: #ABDFF1; }
a { background-color: rgb(171,223,241); }
div.DivClassName
{
background-color: #ABDFF1;
}
.BgClassName
{
background-color: #ABDFF1;
}
</style>
border-color css
<style>
span { border-color: #ABDFF1; }
span { border-color: rgb(171,223,241); }
td.TdClassName
{
border-color: #ABDFF1;
}
.TagClassName
{
border-color: #ABDFF1;
}
</style>