Shades of Tropical Blue #A4C6EA
Tints of Tropical Blue #A4C6EA
RGB
CMYK
RGB Variations
Color information
#A4C6EA (or 0xA4C6EA) is known color: Tropical Blue. HEX triplet: A4, C6 and EA. RGB value is (164,198,234). Sum of RGB (Red+Green+Blue) = 164+198+234=596 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.52% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #A4C6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4C6EA is #5B3915. Grayscale: #BFBFBF. Windows color (decimal): -5978390 or 15386276. OLE color: 15386276.
HSL color Cylindrical-coordinate representation of color #A4C6EA: hue angle of 210.86º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4C6EA is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 198 | 234 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.08 |
| HSL | 210.86º | 0.63% | 0.78% | - |
| HSV(B) | 210.86º | 0.3% | 0.92% | - |
| XYZ | 50.36 | 54.22 | 85.65 | - |
| YUV | 191.94 | 151.74 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 198 | 234 | 0.30 | 0.15 | 0 | 0.08 | 210.86 | 0.63 | 0.78 |
| Hex | A4 | C6 | EA | 1E | F | 0 | 8 | D3 | 3E | 4E |
| Octal | 244 | 306 | 352 | 36 | 17 | 0 | 10 | 323 | 76 | 116 |
| Binary | 10100100 | 11000110 | 11101010 | 11110 | 1111 | 0 | 1000 | 11010011 | 111110 | 1001110 |
Color Harmonies of #A4C6EA
Complementary color
Monochromatic Colors of #A4C6EA
Black with #A4C6EA
Text Example
Text Example
White with #A4C6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C6EA; }
p { color: rgb(164,198,234); }
H1.HeaderClassName
{
color: #A4C6EA;
}
.AnyTagClassName
{
color: #A4C6EA;
}
</style>
background-color css
<style>
a { background-color: #A4C6EA; }
a { background-color: rgb(164,198,234); }
div.DivClassName
{
background-color: #A4C6EA;
}
.BgClassName
{
background-color: #A4C6EA;
}
</style>
border-color css
<style>
span { border-color: #A4C6EA; }
span { border-color: rgb(164,198,234); }
td.TdClassName
{
border-color: #A4C6EA;
}
.TagClassName
{
border-color: #A4C6EA;
}
</style>