Shades of Sail #AECCDF
Tints of Sail #AECCDF
RGB
CMYK
RGB Variations
Color information
#AECCDF (or 0xAECCDF) is known color: Sail. HEX triplet: AE, CC and DF. RGB value is (174,204,223). Sum of RGB (Red+Green+Blue) = 174+204+223=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #AECCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCDF is #513320. Grayscale: #C5C5C5. Windows color (decimal): -5321505 or 14666926. OLE color: 14666926.
HSL color Cylindrical-coordinate representation of color #AECCDF: hue angle of 203.27º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AECCDF is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 204 | 223 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.13 |
| HSL | 203.27º | 0.43% | 0.78% | - |
| HSV(B) | 203.27º | 0.22% | 0.87% | - |
| XYZ | 52.37 | 57.51 | 78.15 | - |
| YUV | 197.2 | 142.56 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 204 | 223 | 0.22 | 0.09 | 0 | 0.13 | 203.27 | 0.43 | 0.78 |
| Hex | AE | CC | DF | 16 | 9 | 0 | D | CB | 2B | 4E |
| Octal | 256 | 314 | 337 | 26 | 11 | 0 | 15 | 313 | 53 | 116 |
| Binary | 10101110 | 11001100 | 11011111 | 10110 | 1001 | 0 | 1101 | 11001011 | 101011 | 1001110 |
Color Harmonies of #AECCDF
Complementary color
Monochromatic Colors of #AECCDF
Black with #AECCDF
Text Example
Text Example
White with #AECCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECCDF; }
p { color: rgb(174,204,223); }
H1.HeaderClassName
{
color: #AECCDF;
}
.AnyTagClassName
{
color: #AECCDF;
}
</style>
background-color css
<style>
a { background-color: #AECCDF; }
a { background-color: rgb(174,204,223); }
div.DivClassName
{
background-color: #AECCDF;
}
.BgClassName
{
background-color: #AECCDF;
}
</style>
border-color css
<style>
span { border-color: #AECCDF; }
span { border-color: rgb(174,204,223); }
td.TdClassName
{
border-color: #AECCDF;
}
.TagClassName
{
border-color: #AECCDF;
}
</style>