Shades of Sail #A3CCE5
Tints of Sail #A3CCE5
RGB
CMYK
RGB Variations
Color information
#A3CCE5 (or 0xA3CCE5) is known color: Sail. HEX triplet: A3, CC and E5. RGB value is (163,204,229). Sum of RGB (Red+Green+Blue) = 163+204+229=596 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.35% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 229 - color contains mainly: blue. Hex color #A3CCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CCE5 is #5C331A. Grayscale: #C2C2C2. Windows color (decimal): -6042395 or 15060131. OLE color: 15060131.
HSL color Cylindrical-coordinate representation of color #A3CCE5: hue angle of 202.73º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3CCE5 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 204 | 229 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.10 |
| HSL | 202.73º | 0.56% | 0.77% | - |
| HSV(B) | 202.73º | 0.29% | 0.9% | - |
| XYZ | 50.84 | 56.63 | 82.38 | - |
| YUV | 194.59 | 147.42 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 204 | 229 | 0.29 | 0.11 | 0 | 0.10 | 202.73 | 0.56 | 0.77 |
| Hex | A3 | CC | E5 | 1D | B | 0 | A | CB | 38 | 4D |
| Octal | 243 | 314 | 345 | 35 | 13 | 0 | 12 | 313 | 70 | 115 |
| Binary | 10100011 | 11001100 | 11100101 | 11101 | 1011 | 0 | 1010 | 11001011 | 111000 | 1001101 |
Color Harmonies of #A3CCE5
Complementary color
Monochromatic Colors of #A3CCE5
Black with #A3CCE5
Text Example
Text Example
White with #A3CCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CCE5; }
p { color: rgb(163,204,229); }
H1.HeaderClassName
{
color: #A3CCE5;
}
.AnyTagClassName
{
color: #A3CCE5;
}
</style>
background-color css
<style>
a { background-color: #A3CCE5; }
a { background-color: rgb(163,204,229); }
div.DivClassName
{
background-color: #A3CCE5;
}
.BgClassName
{
background-color: #A3CCE5;
}
</style>
border-color css
<style>
span { border-color: #A3CCE5; }
span { border-color: rgb(163,204,229); }
td.TdClassName
{
border-color: #A3CCE5;
}
.TagClassName
{
border-color: #A3CCE5;
}
</style>