Shades of Light Blue #ADDAF2
Tints of Light Blue #ADDAF2
RGB
CMYK
RGB Variations
Color information
#ADDAF2 (or 0xADDAF2) is known color: Light Blue. HEX triplet: AD, DA and F2. RGB value is (173,218,242). Sum of RGB (Red+Green+Blue) = 173+218+242=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADDAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAF2 is #52250D. Grayscale: #CFCFCF. Windows color (decimal): -5383438 or 15915693. OLE color: 15915693.
HSL color Cylindrical-coordinate representation of color #ADDAF2: hue angle of 200.87º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADDAF2 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 218 | 242 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.05 |
| HSL | 200.87º | 0.73% | 0.81% | - |
| HSV(B) | 200.87º | 0.29% | 0.95% | - |
| XYZ | 58.33 | 65.44 | 93.56 | - |
| YUV | 207.28 | 147.59 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 242 | 0.29 | 0.10 | 0 | 0.05 | 200.87 | 0.73 | 0.81 |
| Hex | AD | DA | F2 | 1D | A | 0 | 5 | C9 | 49 | 51 |
| Octal | 255 | 332 | 362 | 35 | 12 | 0 | 5 | 311 | 111 | 121 |
| Binary | 10101101 | 11011010 | 11110010 | 11101 | 1010 | 0 | 101 | 11001001 | 1001001 | 1010001 |
Color Harmonies of #ADDAF2
Complementary color
Monochromatic Colors of #ADDAF2
Black with #ADDAF2
Text Example
Text Example
White with #ADDAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAF2; }
p { color: rgb(173,218,242); }
H1.HeaderClassName
{
color: #ADDAF2;
}
.AnyTagClassName
{
color: #ADDAF2;
}
</style>
background-color css
<style>
a { background-color: #ADDAF2; }
a { background-color: rgb(173,218,242); }
div.DivClassName
{
background-color: #ADDAF2;
}
.BgClassName
{
background-color: #ADDAF2;
}
</style>
border-color css
<style>
span { border-color: #ADDAF2; }
span { border-color: rgb(173,218,242); }
td.TdClassName
{
border-color: #ADDAF2;
}
.TagClassName
{
border-color: #ADDAF2;
}
</style>