Shades of Tropical Blue #A3C2ED
Tints of Tropical Blue #A3C2ED
RGB
CMYK
RGB Variations
Color information
#A3C2ED (or 0xA3C2ED) is known color: Tropical Blue. HEX triplet: A3, C2 and ED. RGB value is (163,194,237). Sum of RGB (Red+Green+Blue) = 163+194+237=594 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.44% from 594); Green value is 194 (76.17% from 255 or 32.66% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #A3C2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3C2ED is #5C3D12. Grayscale: #BDBDBD. Windows color (decimal): -6044947 or 15581859. OLE color: 15581859.
HSL color Cylindrical-coordinate representation of color #A3C2ED: hue angle of 214.86º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3C2ED is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 194 | 237 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.07 |
| HSL | 214.86º | 0.67% | 0.78% | - |
| HSV(B) | 214.86º | 0.31% | 0.93% | - |
| XYZ | 49.68 | 52.48 | 87.63 | - |
| YUV | 189.63 | 154.73 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 237 | 0.31 | 0.18 | 0 | 0.07 | 214.86 | 0.67 | 0.78 |
| Hex | A3 | C2 | ED | 1F | 12 | 0 | 7 | D7 | 43 | 4E |
| Octal | 243 | 302 | 355 | 37 | 22 | 0 | 7 | 327 | 103 | 116 |
| Binary | 10100011 | 11000010 | 11101101 | 11111 | 10010 | 0 | 111 | 11010111 | 1000011 | 1001110 |
Color Harmonies of #A3C2ED
Complementary color
Monochromatic Colors of #A3C2ED
Black with #A3C2ED
Text Example
Text Example
White with #A3C2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C2ED; }
p { color: rgb(163,194,237); }
H1.HeaderClassName
{
color: #A3C2ED;
}
.AnyTagClassName
{
color: #A3C2ED;
}
</style>
background-color css
<style>
a { background-color: #A3C2ED; }
a { background-color: rgb(163,194,237); }
div.DivClassName
{
background-color: #A3C2ED;
}
.BgClassName
{
background-color: #A3C2ED;
}
</style>
border-color css
<style>
span { border-color: #A3C2ED; }
span { border-color: rgb(163,194,237); }
td.TdClassName
{
border-color: #A3C2ED;
}
.TagClassName
{
border-color: #A3C2ED;
}
</style>