Shades of Light Blue #ADDAF1
Tints of Light Blue #ADDAF1
RGB
CMYK
RGB Variations
Color information
#ADDAF1 (or 0xADDAF1) is known color: Light Blue. HEX triplet: AD, DA and F1. RGB value is (173,218,241). Sum of RGB (Red+Green+Blue) = 173+218+241=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADDAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAF1 is #52250E. Grayscale: #CFCFCF. Windows color (decimal): -5383439 or 15850157. OLE color: 15850157.
HSL color Cylindrical-coordinate representation of color #ADDAF1: hue angle of 200.29º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADDAF1 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 173 | 218 | 241 | - |
CMYK | 0.28 | 0.10 | 0 | 0.05 |
HSL | 200.29º | 0.71% | 0.81% | - |
HSV(B) | 200.29º | 0.28% | 0.95% | - |
XYZ | 58.18 | 65.38 | 92.77 | - |
YUV | 207.17 | 147.09 | 103.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 218 | 241 | 0.28 | 0.10 | 0 | 0.05 | 200.29 | 0.71 | 0.81 |
Hex | AD | DA | F1 | 1C | A | 0 | 5 | C8 | 47 | 51 |
Octal | 255 | 332 | 361 | 34 | 12 | 0 | 5 | 310 | 107 | 121 |
Binary | 10101101 | 11011010 | 11110001 | 11100 | 1010 | 0 | 101 | 11001000 | 1000111 | 1010001 |
Color Harmonies of #ADDAF1
Complementary color
Monochromatic Colors of #ADDAF1
Black with #ADDAF1
Text Example
Text Example
White with #ADDAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAF1; }
p { color: rgb(173,218,241); }
H1.HeaderClassName
{
color: #ADDAF1;
}
.AnyTagClassName
{
color: #ADDAF1;
}
</style>
background-color css
<style>
a { background-color: #ADDAF1; }
a { background-color: rgb(173,218,241); }
div.DivClassName
{
background-color: #ADDAF1;
}
.BgClassName
{
background-color: #ADDAF1;
}
</style>
border-color css
<style>
span { border-color: #ADDAF1; }
span { border-color: rgb(173,218,241); }
td.TdClassName
{
border-color: #ADDAF1;
}
.TagClassName
{
border-color: #ADDAF1;
}
</style>