Shades of Light Blue #ADDEEB
Tints of Light Blue #ADDEEB
RGB
CMYK
RGB Variations
Color information
#ADDEEB (or 0xADDEEB) is known color: Light Blue. HEX triplet: AD, DE and EB. RGB value is (173,222,235). Sum of RGB (Red+Green+Blue) = 173+222+235=630 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.46% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADDEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDEEB is #522114. Grayscale: #D0D0D0. Windows color (decimal): -5382421 or 15457965. OLE color: 15457965.
HSL color Cylindrical-coordinate representation of color #ADDEEB: hue angle of 192.58º degrees, saturation: 0.61, 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 #ADDEEB is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 222 | 235 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.08 |
| HSL | 192.58º | 0.61% | 0.8% | - |
| HSV(B) | 192.58º | 0.26% | 0.92% | - |
| XYZ | 58.35 | 67.12 | 88.48 | - |
| YUV | 208.83 | 142.77 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 235 | 0.26 | 0.06 | 0 | 0.08 | 192.58 | 0.61 | 0.8 |
| Hex | AD | DE | EB | 1A | 6 | 0 | 8 | C1 | 3D | 50 |
| Octal | 255 | 336 | 353 | 32 | 6 | 0 | 10 | 301 | 75 | 120 |
| Binary | 10101101 | 11011110 | 11101011 | 11010 | 110 | 0 | 1000 | 11000001 | 111101 | 1010000 |
Color Harmonies of #ADDEEB
Complementary color
Monochromatic Colors of #ADDEEB
Black with #ADDEEB
Text Example
Text Example
White with #ADDEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEEB; }
p { color: rgb(173,222,235); }
H1.HeaderClassName
{
color: #ADDEEB;
}
.AnyTagClassName
{
color: #ADDEEB;
}
</style>
background-color css
<style>
a { background-color: #ADDEEB; }
a { background-color: rgb(173,222,235); }
div.DivClassName
{
background-color: #ADDEEB;
}
.BgClassName
{
background-color: #ADDEEB;
}
</style>
border-color css
<style>
span { border-color: #ADDEEB; }
span { border-color: rgb(173,222,235); }
td.TdClassName
{
border-color: #ADDEEB;
}
.TagClassName
{
border-color: #ADDEEB;
}
</style>