Shades of Light Blue #ADE0F1
Tints of Light Blue #ADE0F1
RGB
CMYK
RGB Variations
Color information
#ADE0F1 (or 0xADE0F1) is known color: Light Blue. HEX triplet: AD, E0 and F1. RGB value is (173,224,241). Sum of RGB (Red+Green+Blue) = 173+224+241=638 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.12% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADE0F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE0F1 is #521F0E. Grayscale: #D2D2D2. Windows color (decimal): -5381903 or 15851693. OLE color: 15851693.
HSL color Cylindrical-coordinate representation of color #ADE0F1: hue angle of 195º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADE0F1 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 224 | 241 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.05 |
| HSL | 195º | 0.71% | 0.81% | - |
| HSV(B) | 195º | 0.28% | 0.95% | - |
| XYZ | 59.77 | 68.55 | 93.3 | - |
| YUV | 210.69 | 145.1 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 241 | 0.28 | 0.07 | 0 | 0.05 | 195 | 0.71 | 0.81 |
| Hex | AD | E0 | F1 | 1C | 7 | 0 | 5 | C3 | 47 | 51 |
| Octal | 255 | 340 | 361 | 34 | 7 | 0 | 5 | 303 | 107 | 121 |
| Binary | 10101101 | 11100000 | 11110001 | 11100 | 111 | 0 | 101 | 11000011 | 1000111 | 1010001 |
Color Harmonies of #ADE0F1
Complementary color
Monochromatic Colors of #ADE0F1
Black with #ADE0F1
Text Example
Text Example
White with #ADE0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE0F1; }
p { color: rgb(173,224,241); }
H1.HeaderClassName
{
color: #ADE0F1;
}
.AnyTagClassName
{
color: #ADE0F1;
}
</style>
background-color css
<style>
a { background-color: #ADE0F1; }
a { background-color: rgb(173,224,241); }
div.DivClassName
{
background-color: #ADE0F1;
}
.BgClassName
{
background-color: #ADE0F1;
}
</style>
border-color css
<style>
span { border-color: #ADE0F1; }
span { border-color: rgb(173,224,241); }
td.TdClassName
{
border-color: #ADE0F1;
}
.TagClassName
{
border-color: #ADE0F1;
}
</style>