Shades of Light Blue #ABDBEF
Tints of Light Blue #ABDBEF
RGB
CMYK
RGB Variations
Color information
#ABDBEF (or 0xABDBEF) is known color: Light Blue. HEX triplet: AB, DB and EF. RGB value is (171,219,239). Sum of RGB (Red+Green+Blue) = 171+219+239=629 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.19% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #ABDBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDBEF is #542410. Grayscale: #CECECE. Windows color (decimal): -5514257 or 15719339. OLE color: 15719339.
HSL color Cylindrical-coordinate representation of color #ABDBEF: hue angle of 197.65º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABDBEF is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 219 | 239 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.06 |
| HSL | 197.65º | 0.68% | 0.8% | - |
| HSV(B) | 197.65º | 0.28% | 0.94% | - |
| XYZ | 57.71 | 65.55 | 91.27 | - |
| YUV | 206.93 | 146.1 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 239 | 0.28 | 0.08 | 0 | 0.06 | 197.65 | 0.68 | 0.8 |
| Hex | AB | DB | EF | 1C | 8 | 0 | 6 | C6 | 44 | 50 |
| Octal | 253 | 333 | 357 | 34 | 10 | 0 | 6 | 306 | 104 | 120 |
| Binary | 10101011 | 11011011 | 11101111 | 11100 | 1000 | 0 | 110 | 11000110 | 1000100 | 1010000 |
Color Harmonies of #ABDBEF
Complementary color
Monochromatic Colors of #ABDBEF
Black with #ABDBEF
Text Example
Text Example
White with #ABDBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDBEF; }
p { color: rgb(171,219,239); }
H1.HeaderClassName
{
color: #ABDBEF;
}
.AnyTagClassName
{
color: #ABDBEF;
}
</style>
background-color css
<style>
a { background-color: #ABDBEF; }
a { background-color: rgb(171,219,239); }
div.DivClassName
{
background-color: #ABDBEF;
}
.BgClassName
{
background-color: #ABDBEF;
}
</style>
border-color css
<style>
span { border-color: #ABDBEF; }
span { border-color: rgb(171,219,239); }
td.TdClassName
{
border-color: #ABDBEF;
}
.TagClassName
{
border-color: #ABDBEF;
}
</style>