Shades of Light Blue #ADCFE2
Tints of Light Blue #ADCFE2
RGB
CMYK
RGB Variations
Color information
#ADCFE2 (or 0xADCFE2) is known color: Light Blue. HEX triplet: AD, CF and E2. RGB value is (173,207,226). Sum of RGB (Red+Green+Blue) = 173+207+226=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 226 (88.67% from 255 or 37.29% from 606); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADCFE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFE2 is #52301D. Grayscale: #C6C6C6. Windows color (decimal): -5386270 or 14864301. OLE color: 14864301.
HSL color Cylindrical-coordinate representation of color #ADCFE2: hue angle of 201.51º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADCFE2 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 207 | 226 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.11 |
| HSL | 201.51º | 0.48% | 0.78% | - |
| HSV(B) | 201.51º | 0.23% | 0.89% | - |
| XYZ | 53.27 | 59 | 80.53 | - |
| YUV | 199 | 143.24 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 226 | 0.23 | 0.08 | 0 | 0.11 | 201.51 | 0.48 | 0.78 |
| Hex | AD | CF | E2 | 17 | 8 | 0 | B | CA | 30 | 4E |
| Octal | 255 | 317 | 342 | 27 | 10 | 0 | 13 | 312 | 60 | 116 |
| Binary | 10101101 | 11001111 | 11100010 | 10111 | 1000 | 0 | 1011 | 11001010 | 110000 | 1001110 |
Color Harmonies of #ADCFE2
Complementary color
Monochromatic Colors of #ADCFE2
Black with #ADCFE2
Text Example
Text Example
White with #ADCFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCFE2; }
p { color: rgb(173,207,226); }
H1.HeaderClassName
{
color: #ADCFE2;
}
.AnyTagClassName
{
color: #ADCFE2;
}
</style>
background-color css
<style>
a { background-color: #ADCFE2; }
a { background-color: rgb(173,207,226); }
div.DivClassName
{
background-color: #ADCFE2;
}
.BgClassName
{
background-color: #ADCFE2;
}
</style>
border-color css
<style>
span { border-color: #ADCFE2; }
span { border-color: rgb(173,207,226); }
td.TdClassName
{
border-color: #ADCFE2;
}
.TagClassName
{
border-color: #ADCFE2;
}
</style>