Shades of Light Blue #ADDEF4
Tints of Light Blue #ADDEF4
RGB
CMYK
RGB Variations
Color information
#ADDEF4 (or 0xADDEF4) is known color: Light Blue. HEX triplet: AD, DE and F4. RGB value is (173,222,244). Sum of RGB (Red+Green+Blue) = 173+222+244=639 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.07% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 244 (95.70% from 255 or 38.18% from 639); Max value from RGB is 244 - color contains mainly: blue. Hex color #ADDEF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDEF4 is #52210B. Grayscale: #D1D1D1. Windows color (decimal): -5382412 or 16047789. OLE color: 16047789.
HSL color Cylindrical-coordinate representation of color #ADDEF4: hue angle of 198.59º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADDEF4 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 222 | 244 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.04 |
| HSL | 198.59º | 0.76% | 0.82% | - |
| HSV(B) | 198.59º | 0.29% | 0.96% | - |
| XYZ | 59.68 | 67.66 | 95.5 | - |
| YUV | 209.86 | 147.27 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 244 | 0.29 | 0.09 | 0 | 0.04 | 198.59 | 0.76 | 0.82 |
| Hex | AD | DE | F4 | 1D | 9 | 0 | 4 | C7 | 4C | 52 |
| Octal | 255 | 336 | 364 | 35 | 11 | 0 | 4 | 307 | 114 | 122 |
| Binary | 10101101 | 11011110 | 11110100 | 11101 | 1001 | 0 | 100 | 11000111 | 1001100 | 1010010 |
Color Harmonies of #ADDEF4
Complementary color
Monochromatic Colors of #ADDEF4
Black with #ADDEF4
Text Example
Text Example
White with #ADDEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEF4; }
p { color: rgb(173,222,244); }
H1.HeaderClassName
{
color: #ADDEF4;
}
.AnyTagClassName
{
color: #ADDEF4;
}
</style>
background-color css
<style>
a { background-color: #ADDEF4; }
a { background-color: rgb(173,222,244); }
div.DivClassName
{
background-color: #ADDEF4;
}
.BgClassName
{
background-color: #ADDEF4;
}
</style>
border-color css
<style>
span { border-color: #ADDEF4; }
span { border-color: rgb(173,222,244); }
td.TdClassName
{
border-color: #ADDEF4;
}
.TagClassName
{
border-color: #ADDEF4;
}
</style>