Shades of Light Blue #ADDBEE
Tints of Light Blue #ADDBEE
RGB
CMYK
RGB Variations
Color information
#ADDBEE (or 0xADDBEE) is known color: Light Blue. HEX triplet: AD, DB and EE. RGB value is (173,219,238). Sum of RGB (Red+Green+Blue) = 173+219+238=630 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.46% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADDBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDBEE is #522411. Grayscale: #CFCFCF. Windows color (decimal): -5383186 or 15653805. OLE color: 15653805.
HSL color Cylindrical-coordinate representation of color #ADDBEE: hue angle of 197.54º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADDBEE is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 219 | 238 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.07 |
| HSL | 197.54º | 0.66% | 0.81% | - |
| HSV(B) | 197.54º | 0.27% | 0.93% | - |
| XYZ | 58 | 65.72 | 90.52 | - |
| YUV | 207.41 | 145.26 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 238 | 0.27 | 0.08 | 0 | 0.07 | 197.54 | 0.66 | 0.81 |
| Hex | AD | DB | EE | 1B | 8 | 0 | 7 | C6 | 42 | 51 |
| Octal | 255 | 333 | 356 | 33 | 10 | 0 | 7 | 306 | 102 | 121 |
| Binary | 10101101 | 11011011 | 11101110 | 11011 | 1000 | 0 | 111 | 11000110 | 1000010 | 1010001 |
Color Harmonies of #ADDBEE
Complementary color
Monochromatic Colors of #ADDBEE
Black with #ADDBEE
Text Example
Text Example
White with #ADDBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDBEE; }
p { color: rgb(173,219,238); }
H1.HeaderClassName
{
color: #ADDBEE;
}
.AnyTagClassName
{
color: #ADDBEE;
}
</style>
background-color css
<style>
a { background-color: #ADDBEE; }
a { background-color: rgb(173,219,238); }
div.DivClassName
{
background-color: #ADDBEE;
}
.BgClassName
{
background-color: #ADDBEE;
}
</style>
border-color css
<style>
span { border-color: #ADDBEE; }
span { border-color: rgb(173,219,238); }
td.TdClassName
{
border-color: #ADDBEE;
}
.TagClassName
{
border-color: #ADDBEE;
}
</style>