Shades of Sail #A3CDE7
Tints of Sail #A3CDE7
RGB
CMYK
RGB Variations
Color information
#A3CDE7 (or 0xA3CDE7) is known color: Sail. HEX triplet: A3, CD and E7. RGB value is (163,205,231). Sum of RGB (Red+Green+Blue) = 163+205+231=599 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.21% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 231 (90.62% from 255 or 38.56% from 599); Max value from RGB is 231 - color contains mainly: blue. Hex color #A3CDE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CDE7 is #5C3218. Grayscale: #C3C3C3. Windows color (decimal): -6042137 or 15191459. OLE color: 15191459.
HSL color Cylindrical-coordinate representation of color #A3CDE7: hue angle of 202.94º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3CDE7 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 205 | 231 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.09 |
| HSL | 202.94º | 0.59% | 0.77% | - |
| HSV(B) | 202.94º | 0.29% | 0.91% | - |
| XYZ | 51.36 | 57.22 | 83.94 | - |
| YUV | 195.41 | 148.09 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 205 | 231 | 0.29 | 0.11 | 0 | 0.09 | 202.94 | 0.59 | 0.77 |
| Hex | A3 | CD | E7 | 1D | B | 0 | 9 | CB | 3B | 4D |
| Octal | 243 | 315 | 347 | 35 | 13 | 0 | 11 | 313 | 73 | 115 |
| Binary | 10100011 | 11001101 | 11100111 | 11101 | 1011 | 0 | 1001 | 11001011 | 111011 | 1001101 |
Color Harmonies of #A3CDE7
Complementary color
Monochromatic Colors of #A3CDE7
Black with #A3CDE7
Text Example
Text Example
White with #A3CDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CDE7; }
p { color: rgb(163,205,231); }
H1.HeaderClassName
{
color: #A3CDE7;
}
.AnyTagClassName
{
color: #A3CDE7;
}
</style>
background-color css
<style>
a { background-color: #A3CDE7; }
a { background-color: rgb(163,205,231); }
div.DivClassName
{
background-color: #A3CDE7;
}
.BgClassName
{
background-color: #A3CDE7;
}
</style>
border-color css
<style>
span { border-color: #A3CDE7; }
span { border-color: rgb(163,205,231); }
td.TdClassName
{
border-color: #A3CDE7;
}
.TagClassName
{
border-color: #A3CDE7;
}
</style>