Shades of Light Blue #ADCFE1
Tints of Light Blue #ADCFE1
RGB
CMYK
RGB Variations
Color information
#ADCFE1 (or 0xADCFE1) is known color: Light Blue. HEX triplet: AD, CF and E1. RGB value is (173,207,225). Sum of RGB (Red+Green+Blue) = 173+207+225=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADCFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFE1 is #52301E. Grayscale: #C6C6C6. Windows color (decimal): -5386271 or 14798765. OLE color: 14798765.
HSL color Cylindrical-coordinate representation of color #ADCFE1: hue angle of 200.77º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADCFE1 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 207 | 225 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.12 |
| HSL | 200.77º | 0.46% | 0.78% | - |
| HSV(B) | 200.77º | 0.23% | 0.88% | - |
| XYZ | 53.14 | 58.95 | 79.81 | - |
| YUV | 198.89 | 142.74 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 225 | 0.23 | 0.08 | 0 | 0.12 | 200.77 | 0.46 | 0.78 |
| Hex | AD | CF | E1 | 17 | 8 | 0 | C | C9 | 2E | 4E |
| Octal | 255 | 317 | 341 | 27 | 10 | 0 | 14 | 311 | 56 | 116 |
| Binary | 10101101 | 11001111 | 11100001 | 10111 | 1000 | 0 | 1100 | 11001001 | 101110 | 1001110 |
Color Harmonies of #ADCFE1
Complementary color
Monochromatic Colors of #ADCFE1
Black with #ADCFE1
Text Example
Text Example
White with #ADCFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCFE1; }
p { color: rgb(173,207,225); }
H1.HeaderClassName
{
color: #ADCFE1;
}
.AnyTagClassName
{
color: #ADCFE1;
}
</style>
background-color css
<style>
a { background-color: #ADCFE1; }
a { background-color: rgb(173,207,225); }
div.DivClassName
{
background-color: #ADCFE1;
}
.BgClassName
{
background-color: #ADCFE1;
}
</style>
border-color css
<style>
span { border-color: #ADCFE1; }
span { border-color: rgb(173,207,225); }
td.TdClassName
{
border-color: #ADCFE1;
}
.TagClassName
{
border-color: #ADCFE1;
}
</style>