Shades of Light Blue #ADDEF3
Tints of Light Blue #ADDEF3
RGB
CMYK
RGB Variations
Color information
#ADDEF3 (or 0xADDEF3) is known color: Light Blue. HEX triplet: AD, DE and F3. RGB value is (173,222,243). Sum of RGB (Red+Green+Blue) = 173+222+243=638 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.12% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 243 (95.31% from 255 or 38.09% from 638); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADDEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDEF3 is #52210C. Grayscale: #D1D1D1. Windows color (decimal): -5382413 or 15982253. OLE color: 15982253.
HSL color Cylindrical-coordinate representation of color #ADDEF3: hue angle of 198º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADDEF3 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 222 | 243 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.05 |
| HSL | 198º | 0.74% | 0.82% | - |
| HSV(B) | 198º | 0.29% | 0.95% | - |
| XYZ | 59.53 | 67.6 | 94.7 | - |
| YUV | 209.74 | 146.77 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 243 | 0.29 | 0.09 | 0 | 0.05 | 198 | 0.74 | 0.82 |
| Hex | AD | DE | F3 | 1D | 9 | 0 | 5 | C6 | 4A | 52 |
| Octal | 255 | 336 | 363 | 35 | 11 | 0 | 5 | 306 | 112 | 122 |
| Binary | 10101101 | 11011110 | 11110011 | 11101 | 1001 | 0 | 101 | 11000110 | 1001010 | 1010010 |
Color Harmonies of #ADDEF3
Complementary color
Monochromatic Colors of #ADDEF3
Black with #ADDEF3
Text Example
Text Example
White with #ADDEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEF3; }
p { color: rgb(173,222,243); }
H1.HeaderClassName
{
color: #ADDEF3;
}
.AnyTagClassName
{
color: #ADDEF3;
}
</style>
background-color css
<style>
a { background-color: #ADDEF3; }
a { background-color: rgb(173,222,243); }
div.DivClassName
{
background-color: #ADDEF3;
}
.BgClassName
{
background-color: #ADDEF3;
}
</style>
border-color css
<style>
span { border-color: #ADDEF3; }
span { border-color: rgb(173,222,243); }
td.TdClassName
{
border-color: #ADDEF3;
}
.TagClassName
{
border-color: #ADDEF3;
}
</style>