Shades of Light Blue #ADDAF3
Tints of Light Blue #ADDAF3
RGB
CMYK
RGB Variations
Color information
#ADDAF3 (or 0xADDAF3) is known color: Light Blue. HEX triplet: AD, DA and F3. RGB value is (173,218,243). Sum of RGB (Red+Green+Blue) = 173+218+243=634 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.29% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 243 (95.31% from 255 or 38.33% from 634); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADDAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAF3 is #52250C. Grayscale: #CFCFCF. Windows color (decimal): -5383437 or 15981229. OLE color: 15981229.
HSL color Cylindrical-coordinate representation of color #ADDAF3: hue angle of 201.43º 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 #ADDAF3 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 173 | 218 | 243 | - |
CMYK | 0.29 | 0.10 | 0 | 0.05 |
HSL | 201.43º | 0.74% | 0.82% | - |
HSV(B) | 201.43º | 0.29% | 0.95% | - |
XYZ | 58.48 | 65.5 | 94.35 | - |
YUV | 207.4 | 148.09 | 103.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 218 | 243 | 0.29 | 0.10 | 0 | 0.05 | 201.43 | 0.74 | 0.82 |
Hex | AD | DA | F3 | 1D | A | 0 | 5 | C9 | 4A | 52 |
Octal | 255 | 332 | 363 | 35 | 12 | 0 | 5 | 311 | 112 | 122 |
Binary | 10101101 | 11011010 | 11110011 | 11101 | 1010 | 0 | 101 | 11001001 | 1001010 | 1010010 |
Color Harmonies of #ADDAF3
Complementary color
Monochromatic Colors of #ADDAF3
Black with #ADDAF3
Text Example
Text Example
White with #ADDAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAF3; }
p { color: rgb(173,218,243); }
H1.HeaderClassName
{
color: #ADDAF3;
}
.AnyTagClassName
{
color: #ADDAF3;
}
</style>
background-color css
<style>
a { background-color: #ADDAF3; }
a { background-color: rgb(173,218,243); }
div.DivClassName
{
background-color: #ADDAF3;
}
.BgClassName
{
background-color: #ADDAF3;
}
</style>
border-color css
<style>
span { border-color: #ADDAF3; }
span { border-color: rgb(173,218,243); }
td.TdClassName
{
border-color: #ADDAF3;
}
.TagClassName
{
border-color: #ADDAF3;
}
</style>