Shades of Light Blue #ADDAEA
Tints of Light Blue #ADDAEA
RGB
CMYK
RGB Variations
Color information
#ADDAEA (or 0xADDAEA) is known color: Light Blue. HEX triplet: AD, DA and EA. RGB value is (173,218,234). Sum of RGB (Red+Green+Blue) = 173+218+234=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 218 (85.55% from 255 or 34.88% 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 #ADDAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAEA is #522515. Grayscale: #CECECE. Windows color (decimal): -5383446 or 15391405. OLE color: 15391405.
HSL color Cylindrical-coordinate representation of color #ADDAEA: hue angle of 195.74º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADDAEA is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 218 | 234 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.08 |
| HSL | 195.74º | 0.59% | 0.8% | - |
| HSV(B) | 195.74º | 0.26% | 0.92% | - |
| XYZ | 57.16 | 64.97 | 87.37 | - |
| YUV | 206.37 | 143.59 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 234 | 0.26 | 0.07 | 0 | 0.08 | 195.74 | 0.59 | 0.8 |
| Hex | AD | DA | EA | 1A | 7 | 0 | 8 | C4 | 3B | 50 |
| Octal | 255 | 332 | 352 | 32 | 7 | 0 | 10 | 304 | 73 | 120 |
| Binary | 10101101 | 11011010 | 11101010 | 11010 | 111 | 0 | 1000 | 11000100 | 111011 | 1010000 |
Color Harmonies of #ADDAEA
Complementary color
Monochromatic Colors of #ADDAEA
Black with #ADDAEA
Text Example
Text Example
White with #ADDAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAEA; }
p { color: rgb(173,218,234); }
H1.HeaderClassName
{
color: #ADDAEA;
}
.AnyTagClassName
{
color: #ADDAEA;
}
</style>
background-color css
<style>
a { background-color: #ADDAEA; }
a { background-color: rgb(173,218,234); }
div.DivClassName
{
background-color: #ADDAEA;
}
.BgClassName
{
background-color: #ADDAEA;
}
</style>
border-color css
<style>
span { border-color: #ADDAEA; }
span { border-color: rgb(173,218,234); }
td.TdClassName
{
border-color: #ADDAEA;
}
.TagClassName
{
border-color: #ADDAEA;
}
</style>