Shades of Light Blue #ABDCEA
Tints of Light Blue #ABDCEA
RGB
CMYK
RGB Variations
Color information
#ABDCEA (or 0xABDCEA) is known color: Light Blue. HEX triplet: AB, DC and EA. RGB value is (171,220,234). Sum of RGB (Red+Green+Blue) = 171+220+234=625 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.36% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABDCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDCEA is #542315. Grayscale: #CECECE. Windows color (decimal): -5514006 or 15391915. OLE color: 15391915.
HSL color Cylindrical-coordinate representation of color #ABDCEA: hue angle of 193.33º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABDCEA is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 220 | 234 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.08 |
| HSL | 193.33º | 0.6% | 0.79% | - |
| HSV(B) | 193.33º | 0.27% | 0.92% | - |
| XYZ | 57.24 | 65.78 | 87.52 | - |
| YUV | 206.95 | 143.27 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 234 | 0.27 | 0.06 | 0 | 0.08 | 193.33 | 0.6 | 0.79 |
| Hex | AB | DC | EA | 1B | 6 | 0 | 8 | C1 | 3C | 4F |
| Octal | 253 | 334 | 352 | 33 | 6 | 0 | 10 | 301 | 74 | 117 |
| Binary | 10101011 | 11011100 | 11101010 | 11011 | 110 | 0 | 1000 | 11000001 | 111100 | 1001111 |
Color Harmonies of #ABDCEA
Complementary color
Monochromatic Colors of #ABDCEA
Black with #ABDCEA
Text Example
Text Example
White with #ABDCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDCEA; }
p { color: rgb(171,220,234); }
H1.HeaderClassName
{
color: #ABDCEA;
}
.AnyTagClassName
{
color: #ABDCEA;
}
</style>
background-color css
<style>
a { background-color: #ABDCEA; }
a { background-color: rgb(171,220,234); }
div.DivClassName
{
background-color: #ABDCEA;
}
.BgClassName
{
background-color: #ABDCEA;
}
</style>
border-color css
<style>
span { border-color: #ABDCEA; }
span { border-color: rgb(171,220,234); }
td.TdClassName
{
border-color: #ABDCEA;
}
.TagClassName
{
border-color: #ABDCEA;
}
</style>