Shades of Light Blue #ABDEF5
Tints of Light Blue #ABDEF5
RGB
CMYK
RGB Variations
Color information
#ABDEF5 (or 0xABDEF5) is known color: Light Blue. HEX triplet: AB, DE and F5. RGB value is (171,222,245). Sum of RGB (Red+Green+Blue) = 171+222+245=638 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.80% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 245 (96.09% from 255 or 38.40% from 638); Max value from RGB is 245 - color contains mainly: blue. Hex color #ABDEF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDEF5 is #54210A. Grayscale: #D1D1D1. Windows color (decimal): -5513483 or 16113323. OLE color: 16113323.
HSL color Cylindrical-coordinate representation of color #ABDEF5: hue angle of 198.65º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABDEF5 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 222 | 245 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.04 |
| HSL | 198.65º | 0.79% | 0.82% | - |
| HSV(B) | 198.65º | 0.3% | 0.96% | - |
| XYZ | 59.4 | 67.49 | 96.28 | - |
| YUV | 209.37 | 148.1 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 245 | 0.30 | 0.09 | 0 | 0.04 | 198.65 | 0.79 | 0.82 |
| Hex | AB | DE | F5 | 1E | 9 | 0 | 4 | C7 | 4F | 52 |
| Octal | 253 | 336 | 365 | 36 | 11 | 0 | 4 | 307 | 117 | 122 |
| Binary | 10101011 | 11011110 | 11110101 | 11110 | 1001 | 0 | 100 | 11000111 | 1001111 | 1010010 |
Color Harmonies of #ABDEF5
Complementary color
Monochromatic Colors of #ABDEF5
Black with #ABDEF5
Text Example
Text Example
White with #ABDEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDEF5; }
p { color: rgb(171,222,245); }
H1.HeaderClassName
{
color: #ABDEF5;
}
.AnyTagClassName
{
color: #ABDEF5;
}
</style>
background-color css
<style>
a { background-color: #ABDEF5; }
a { background-color: rgb(171,222,245); }
div.DivClassName
{
background-color: #ABDEF5;
}
.BgClassName
{
background-color: #ABDEF5;
}
</style>
border-color css
<style>
span { border-color: #ABDEF5; }
span { border-color: rgb(171,222,245); }
td.TdClassName
{
border-color: #ABDEF5;
}
.TagClassName
{
border-color: #ABDEF5;
}
</style>