Shades of Sail #A4CFF3
Tints of Sail #A4CFF3
RGB
CMYK
RGB Variations
Color information
#A4CFF3 (or 0xA4CFF3) is known color: Sail. HEX triplet: A4, CF and F3. RGB value is (164,207,243). Sum of RGB (Red+Green+Blue) = 164+207+243=614 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.71% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 243 (95.31% from 255 or 39.58% from 614); Max value from RGB is 243 - color contains mainly: blue. Hex color #A4CFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CFF3 is #5B300C. Grayscale: #C6C6C6. Windows color (decimal): -5976077 or 15978404. OLE color: 15978404.
HSL color Cylindrical-coordinate representation of color #A4CFF3: hue angle of 207.34º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4CFF3 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 207 | 243 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.05 |
| HSL | 207.34º | 0.77% | 0.8% | - |
| HSV(B) | 207.34º | 0.33% | 0.95% | - |
| XYZ | 53.8 | 58.99 | 93.34 | - |
| YUV | 198.25 | 153.25 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 207 | 243 | 0.33 | 0.15 | 0 | 0.05 | 207.34 | 0.77 | 0.8 |
| Hex | A4 | CF | F3 | 21 | F | 0 | 5 | CF | 4D | 50 |
| Octal | 244 | 317 | 363 | 41 | 17 | 0 | 5 | 317 | 115 | 120 |
| Binary | 10100100 | 11001111 | 11110011 | 100001 | 1111 | 0 | 101 | 11001111 | 1001101 | 1010000 |
Color Harmonies of #A4CFF3
Complementary color
Monochromatic Colors of #A4CFF3
Black with #A4CFF3
Text Example
Text Example
White with #A4CFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CFF3; }
p { color: rgb(164,207,243); }
H1.HeaderClassName
{
color: #A4CFF3;
}
.AnyTagClassName
{
color: #A4CFF3;
}
</style>
background-color css
<style>
a { background-color: #A4CFF3; }
a { background-color: rgb(164,207,243); }
div.DivClassName
{
background-color: #A4CFF3;
}
.BgClassName
{
background-color: #A4CFF3;
}
</style>
border-color css
<style>
span { border-color: #A4CFF3; }
span { border-color: rgb(164,207,243); }
td.TdClassName
{
border-color: #A4CFF3;
}
.TagClassName
{
border-color: #A4CFF3;
}
</style>