Shades of Light Blue #ADDAE4
Tints of Light Blue #ADDAE4
RGB
CMYK
RGB Variations
Color information
#ADDAE4 (or 0xADDAE4) is known color: Light Blue. HEX triplet: AD, DA and E4. RGB value is (173,218,228). Sum of RGB (Red+Green+Blue) = 173+218+228=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 228 (89.45% from 255 or 36.83% from 619); Max value from RGB is 228 - color contains mainly: blue. Hex color #ADDAE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDAE4 is #52251B. Grayscale: #CDCDCD. Windows color (decimal): -5383452 or 14998189. OLE color: 14998189.
HSL color Cylindrical-coordinate representation of color #ADDAE4: hue angle of 190.91º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADDAE4 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 173 | 218 | 228 | - |
CMYK | 0.24 | 0.04 | 0 | 0.11 |
HSL | 190.91º | 0.5% | 0.79% | - |
HSV(B) | 190.91º | 0.24% | 0.89% | - |
XYZ | 56.31 | 64.63 | 82.91 | - |
YUV | 205.69 | 140.59 | 104.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 218 | 228 | 0.24 | 0.04 | 0 | 0.11 | 190.91 | 0.5 | 0.79 |
Hex | AD | DA | E4 | 18 | 4 | 0 | B | BF | 32 | 4F |
Octal | 255 | 332 | 344 | 30 | 4 | 0 | 13 | 277 | 62 | 117 |
Binary | 10101101 | 11011010 | 11100100 | 11000 | 100 | 0 | 1011 | 10111111 | 110010 | 1001111 |
Color Harmonies of #ADDAE4
Complementary color
Monochromatic Colors of #ADDAE4
Black with #ADDAE4
Text Example
Text Example
White with #ADDAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAE4; }
p { color: rgb(173,218,228); }
H1.HeaderClassName
{
color: #ADDAE4;
}
.AnyTagClassName
{
color: #ADDAE4;
}
</style>
background-color css
<style>
a { background-color: #ADDAE4; }
a { background-color: rgb(173,218,228); }
div.DivClassName
{
background-color: #ADDAE4;
}
.BgClassName
{
background-color: #ADDAE4;
}
</style>
border-color css
<style>
span { border-color: #ADDAE4; }
span { border-color: rgb(173,218,228); }
td.TdClassName
{
border-color: #ADDAE4;
}
.TagClassName
{
border-color: #ADDAE4;
}
</style>