Shades of Sail #A3D2F2
Tints of Sail #A3D2F2
RGB
CMYK
RGB Variations
Color information
#A3D2F2 (or 0xA3D2F2) is known color: Sail. HEX triplet: A3, D2 and F2. RGB value is (163,210,242). Sum of RGB (Red+Green+Blue) = 163+210+242=615 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.50% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 242 (94.92% from 255 or 39.35% from 615); Max value from RGB is 242 - color contains mainly: blue. Hex color #A3D2F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3D2F2 is #5C2D0D. Grayscale: #C7C7C7. Windows color (decimal): -6040846 or 15913635. OLE color: 15913635.
HSL color Cylindrical-coordinate representation of color #A3D2F2: hue angle of 204.3º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3D2F2 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 210 | 242 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.05 |
| HSL | 204.3º | 0.75% | 0.79% | - |
| HSV(B) | 204.3º | 0.33% | 0.95% | - |
| XYZ | 54.18 | 60.29 | 92.79 | - |
| YUV | 199.6 | 151.93 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 210 | 242 | 0.33 | 0.13 | 0 | 0.05 | 204.3 | 0.75 | 0.79 |
| Hex | A3 | D2 | F2 | 21 | D | 0 | 5 | CC | 4B | 4F |
| Octal | 243 | 322 | 362 | 41 | 15 | 0 | 5 | 314 | 113 | 117 |
| Binary | 10100011 | 11010010 | 11110010 | 100001 | 1101 | 0 | 101 | 11001100 | 1001011 | 1001111 |
Color Harmonies of #A3D2F2
Complementary color
Monochromatic Colors of #A3D2F2
Black with #A3D2F2
Text Example
Text Example
White with #A3D2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D2F2; }
p { color: rgb(163,210,242); }
H1.HeaderClassName
{
color: #A3D2F2;
}
.AnyTagClassName
{
color: #A3D2F2;
}
</style>
background-color css
<style>
a { background-color: #A3D2F2; }
a { background-color: rgb(163,210,242); }
div.DivClassName
{
background-color: #A3D2F2;
}
.BgClassName
{
background-color: #A3D2F2;
}
</style>
border-color css
<style>
span { border-color: #A3D2F2; }
span { border-color: rgb(163,210,242); }
td.TdClassName
{
border-color: #A3D2F2;
}
.TagClassName
{
border-color: #A3D2F2;
}
</style>