Shades of Tropical Blue #A3C2E5
Tints of Tropical Blue #A3C2E5
RGB
CMYK
RGB Variations
Color information
#A3C2E5 (or 0xA3C2E5) is known color: Tropical Blue. HEX triplet: A3, C2 and E5. RGB value is (163,194,229). Sum of RGB (Red+Green+Blue) = 163+194+229=586 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.82% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 229 - color contains mainly: blue. Hex color #A3C2E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C2E5 is #5C3D1A. Grayscale: #BCBCBC. Windows color (decimal): -6044955 or 15057571. OLE color: 15057571.
HSL color Cylindrical-coordinate representation of color #A3C2E5: hue angle of 211.82º 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 #A3C2E5 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 194 | 229 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.10 |
| HSL | 211.82º | 0.56% | 0.77% | - |
| HSV(B) | 211.82º | 0.29% | 0.9% | - |
| XYZ | 48.54 | 52.03 | 81.61 | - |
| YUV | 188.72 | 150.73 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 229 | 0.29 | 0.15 | 0 | 0.10 | 211.82 | 0.56 | 0.77 |
| Hex | A3 | C2 | E5 | 1D | F | 0 | A | D4 | 38 | 4D |
| Octal | 243 | 302 | 345 | 35 | 17 | 0 | 12 | 324 | 70 | 115 |
| Binary | 10100011 | 11000010 | 11100101 | 11101 | 1111 | 0 | 1010 | 11010100 | 111000 | 1001101 |
Color Harmonies of #A3C2E5
Complementary color
Monochromatic Colors of #A3C2E5
Black with #A3C2E5
Text Example
Text Example
White with #A3C2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C2E5; }
p { color: rgb(163,194,229); }
H1.HeaderClassName
{
color: #A3C2E5;
}
.AnyTagClassName
{
color: #A3C2E5;
}
</style>
background-color css
<style>
a { background-color: #A3C2E5; }
a { background-color: rgb(163,194,229); }
div.DivClassName
{
background-color: #A3C2E5;
}
.BgClassName
{
background-color: #A3C2E5;
}
</style>
border-color css
<style>
span { border-color: #A3C2E5; }
span { border-color: rgb(163,194,229); }
td.TdClassName
{
border-color: #A3C2E5;
}
.TagClassName
{
border-color: #A3C2E5;
}
</style>