Shades of Sail #ADDAF4
Tints of Sail #ADDAF4
RGB
CMYK
RGB Variations
Color information
#ADDAF4 (or 0xADDAF4) is known color: Sail. HEX triplet: AD, DA and F4. RGB value is (173,218,244). Sum of RGB (Red+Green+Blue) = 173+218+244=635 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.24% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 244 (95.70% from 255 or 38.43% from 635); Max value from RGB is 244 - color contains mainly: blue. Hex color #ADDAF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAF4 is #52250B. Grayscale: #CFCFCF. Windows color (decimal): -5383436 or 16046765. OLE color: 16046765.
HSL color Cylindrical-coordinate representation of color #ADDAF4: hue angle of 201.97º 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 #ADDAF4 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 218 | 244 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.04 |
| HSL | 201.97º | 0.76% | 0.82% | - |
| HSV(B) | 201.97º | 0.29% | 0.96% | - |
| XYZ | 58.63 | 65.56 | 95.15 | - |
| YUV | 207.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 244 | 0.29 | 0.11 | 0 | 0.04 | 201.97 | 0.76 | 0.82 |
| Hex | AD | DA | F4 | 1D | B | 0 | 4 | CA | 4C | 52 |
| Octal | 255 | 332 | 364 | 35 | 13 | 0 | 4 | 312 | 114 | 122 |
| Binary | 10101101 | 11011010 | 11110100 | 11101 | 1011 | 0 | 100 | 11001010 | 1001100 | 1010010 |
Color Harmonies of #ADDAF4
Complementary color
Monochromatic Colors of #ADDAF4
Black with #ADDAF4
Text Example
Text Example
White with #ADDAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAF4; }
p { color: rgb(173,218,244); }
H1.HeaderClassName
{
color: #ADDAF4;
}
.AnyTagClassName
{
color: #ADDAF4;
}
</style>
background-color css
<style>
a { background-color: #ADDAF4; }
a { background-color: rgb(173,218,244); }
div.DivClassName
{
background-color: #ADDAF4;
}
.BgClassName
{
background-color: #ADDAF4;
}
</style>
border-color css
<style>
span { border-color: #ADDAF4; }
span { border-color: rgb(173,218,244); }
td.TdClassName
{
border-color: #ADDAF4;
}
.TagClassName
{
border-color: #ADDAF4;
}
</style>