Shades of Light Blue #ABDFF2
Tints of Light Blue #ABDFF2
RGB
CMYK
RGB Variations
Color information
#ABDFF2 (or 0xABDFF2) is known color: Light Blue. HEX triplet: AB, DF and F2. RGB value is (171,223,242). Sum of RGB (Red+Green+Blue) = 171+223+242=636 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.89% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABDFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDFF2 is #54200D. Grayscale: #D1D1D1. Windows color (decimal): -5513230 or 15916971. OLE color: 15916971.
HSL color Cylindrical-coordinate representation of color #ABDFF2: hue angle of 196.06º degrees, saturation: 0.73, 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 #ABDFF2 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 223 | 242 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.05 |
| HSL | 196.06º | 0.73% | 0.81% | - |
| HSV(B) | 196.06º | 0.29% | 0.95% | - |
| XYZ | 59.21 | 67.84 | 93.98 | - |
| YUV | 209.62 | 146.27 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 242 | 0.29 | 0.08 | 0 | 0.05 | 196.06 | 0.73 | 0.81 |
| Hex | AB | DF | F2 | 1D | 8 | 0 | 5 | C4 | 49 | 51 |
| Octal | 253 | 337 | 362 | 35 | 10 | 0 | 5 | 304 | 111 | 121 |
| Binary | 10101011 | 11011111 | 11110010 | 11101 | 1000 | 0 | 101 | 11000100 | 1001001 | 1010001 |
Color Harmonies of #ABDFF2
Complementary color
Monochromatic Colors of #ABDFF2
Black with #ABDFF2
Text Example
Text Example
White with #ABDFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFF2; }
p { color: rgb(171,223,242); }
H1.HeaderClassName
{
color: #ABDFF2;
}
.AnyTagClassName
{
color: #ABDFF2;
}
</style>
background-color css
<style>
a { background-color: #ABDFF2; }
a { background-color: rgb(171,223,242); }
div.DivClassName
{
background-color: #ABDFF2;
}
.BgClassName
{
background-color: #ABDFF2;
}
</style>
border-color css
<style>
span { border-color: #ABDFF2; }
span { border-color: rgb(171,223,242); }
td.TdClassName
{
border-color: #ABDFF2;
}
.TagClassName
{
border-color: #ABDFF2;
}
</style>