Shades of Light Blue #ADDBF2
Tints of Light Blue #ADDBF2
RGB
CMYK
RGB Variations
Color information
#ADDBF2 (or 0xADDBF2) is known color: Light Blue. HEX triplet: AD, DB and F2. RGB value is (173,219,242). Sum of RGB (Red+Green+Blue) = 173+219+242=634 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.29% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADDBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDBF2 is #52240D. Grayscale: #CFCFCF. Windows color (decimal): -5383182 or 15915949. OLE color: 15915949.
HSL color Cylindrical-coordinate representation of color #ADDBF2: hue angle of 200º 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 #ADDBF2 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 219 | 242 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.05 |
| HSL | 200º | 0.73% | 0.81% | - |
| HSV(B) | 200º | 0.29% | 0.95% | - |
| XYZ | 58.59 | 65.96 | 93.65 | - |
| YUV | 207.87 | 147.26 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 242 | 0.29 | 0.10 | 0 | 0.05 | 200 | 0.73 | 0.81 |
| Hex | AD | DB | F2 | 1D | A | 0 | 5 | C8 | 49 | 51 |
| Octal | 255 | 333 | 362 | 35 | 12 | 0 | 5 | 310 | 111 | 121 |
| Binary | 10101101 | 11011011 | 11110010 | 11101 | 1010 | 0 | 101 | 11001000 | 1001001 | 1010001 |
Color Harmonies of #ADDBF2
Complementary color
Monochromatic Colors of #ADDBF2
Black with #ADDBF2
Text Example
Text Example
White with #ADDBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDBF2; }
p { color: rgb(173,219,242); }
H1.HeaderClassName
{
color: #ADDBF2;
}
.AnyTagClassName
{
color: #ADDBF2;
}
</style>
background-color css
<style>
a { background-color: #ADDBF2; }
a { background-color: rgb(173,219,242); }
div.DivClassName
{
background-color: #ADDBF2;
}
.BgClassName
{
background-color: #ADDBF2;
}
</style>
border-color css
<style>
span { border-color: #ADDBF2; }
span { border-color: rgb(173,219,242); }
td.TdClassName
{
border-color: #ADDBF2;
}
.TagClassName
{
border-color: #ADDBF2;
}
</style>