Shades of Light Blue #ABDBF2
Tints of Light Blue #ABDBF2
RGB
CMYK
RGB Variations
Color information
#ABDBF2 (or 0xABDBF2) is known color: Light Blue. HEX triplet: AB, DB and F2. RGB value is (171,219,242). Sum of RGB (Red+Green+Blue) = 171+219+242=632 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.06% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABDBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDBF2 is #54240D. Grayscale: #CFCFCF. Windows color (decimal): -5514254 or 15915947. OLE color: 15915947.
HSL color Cylindrical-coordinate representation of color #ABDBF2: hue angle of 199.44º 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 #ABDBF2 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 219 | 242 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.05 |
| HSL | 199.44º | 0.73% | 0.81% | - |
| HSV(B) | 199.44º | 0.29% | 0.95% | - |
| XYZ | 58.15 | 65.73 | 93.63 | - |
| YUV | 207.27 | 147.6 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 242 | 0.29 | 0.10 | 0 | 0.05 | 199.44 | 0.73 | 0.81 |
| Hex | AB | DB | F2 | 1D | A | 0 | 5 | C7 | 49 | 51 |
| Octal | 253 | 333 | 362 | 35 | 12 | 0 | 5 | 307 | 111 | 121 |
| Binary | 10101011 | 11011011 | 11110010 | 11101 | 1010 | 0 | 101 | 11000111 | 1001001 | 1010001 |
Color Harmonies of #ABDBF2
Complementary color
Monochromatic Colors of #ABDBF2
Black with #ABDBF2
Text Example
Text Example
White with #ABDBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDBF2; }
p { color: rgb(171,219,242); }
H1.HeaderClassName
{
color: #ABDBF2;
}
.AnyTagClassName
{
color: #ABDBF2;
}
</style>
background-color css
<style>
a { background-color: #ABDBF2; }
a { background-color: rgb(171,219,242); }
div.DivClassName
{
background-color: #ABDBF2;
}
.BgClassName
{
background-color: #ABDBF2;
}
</style>
border-color css
<style>
span { border-color: #ABDBF2; }
span { border-color: rgb(171,219,242); }
td.TdClassName
{
border-color: #ABDBF2;
}
.TagClassName
{
border-color: #ABDBF2;
}
</style>