Shades of Sail #AECCE3
Tints of Sail #AECCE3
RGB
CMYK
RGB Variations
Color information
#AECCE3 (or 0xAECCE3) is known color: Sail. HEX triplet: AE, CC and E3. RGB value is (174,204,227). Sum of RGB (Red+Green+Blue) = 174+204+227=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 227 (89.06% from 255 or 37.52% from 605); Max value from RGB is 227 - color contains mainly: blue. Hex color #AECCE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCE3 is #51331C. Grayscale: #C5C5C5. Windows color (decimal): -5321501 or 14929070. OLE color: 14929070.
HSL color Cylindrical-coordinate representation of color #AECCE3: hue angle of 206.04º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AECCE3 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 204 | 227 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.11 |
| HSL | 206.04º | 0.49% | 0.79% | - |
| HSV(B) | 206.04º | 0.23% | 0.89% | - |
| XYZ | 52.91 | 57.73 | 81.03 | - |
| YUV | 197.65 | 144.56 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 204 | 227 | 0.23 | 0.10 | 0 | 0.11 | 206.04 | 0.49 | 0.79 |
| Hex | AE | CC | E3 | 17 | A | 0 | B | CE | 31 | 4F |
| Octal | 256 | 314 | 343 | 27 | 12 | 0 | 13 | 316 | 61 | 117 |
| Binary | 10101110 | 11001100 | 11100011 | 10111 | 1010 | 0 | 1011 | 11001110 | 110001 | 1001111 |
Color Harmonies of #AECCE3
Complementary color
Monochromatic Colors of #AECCE3
Black with #AECCE3
Text Example
Text Example
White with #AECCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECCE3; }
p { color: rgb(174,204,227); }
H1.HeaderClassName
{
color: #AECCE3;
}
.AnyTagClassName
{
color: #AECCE3;
}
</style>
background-color css
<style>
a { background-color: #AECCE3; }
a { background-color: rgb(174,204,227); }
div.DivClassName
{
background-color: #AECCE3;
}
.BgClassName
{
background-color: #AECCE3;
}
</style>
border-color css
<style>
span { border-color: #AECCE3; }
span { border-color: rgb(174,204,227); }
td.TdClassName
{
border-color: #AECCE3;
}
.TagClassName
{
border-color: #AECCE3;
}
</style>