Shades of Tropical Blue #A5C6EA
Tints of Tropical Blue #A5C6EA
RGB
CMYK
RGB Variations
Color information
#A5C6EA (or 0xA5C6EA) is known color: Tropical Blue. HEX triplet: A5, C6 and EA. RGB value is (165,198,234). Sum of RGB (Red+Green+Blue) = 165+198+234=597 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.64% from 597); Green value is 198 (77.73% from 255 or 33.17% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #A5C6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C6EA is #5A3915. Grayscale: #C0C0C0. Windows color (decimal): -5912854 or 15386277. OLE color: 15386277.
HSL color Cylindrical-coordinate representation of color #A5C6EA: hue angle of 211.3º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5C6EA is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 198 | 234 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.08 |
| HSL | 211.3º | 0.62% | 0.78% | - |
| HSV(B) | 211.3º | 0.29% | 0.92% | - |
| XYZ | 50.56 | 54.33 | 85.66 | - |
| YUV | 192.24 | 151.57 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 198 | 234 | 0.29 | 0.15 | 0 | 0.08 | 211.3 | 0.62 | 0.78 |
| Hex | A5 | C6 | EA | 1D | F | 0 | 8 | D3 | 3E | 4E |
| Octal | 245 | 306 | 352 | 35 | 17 | 0 | 10 | 323 | 76 | 116 |
| Binary | 10100101 | 11000110 | 11101010 | 11101 | 1111 | 0 | 1000 | 11010011 | 111110 | 1001110 |
Color Harmonies of #A5C6EA
Complementary color
Monochromatic Colors of #A5C6EA
Black with #A5C6EA
Text Example
Text Example
White with #A5C6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C6EA; }
p { color: rgb(165,198,234); }
H1.HeaderClassName
{
color: #A5C6EA;
}
.AnyTagClassName
{
color: #A5C6EA;
}
</style>
background-color css
<style>
a { background-color: #A5C6EA; }
a { background-color: rgb(165,198,234); }
div.DivClassName
{
background-color: #A5C6EA;
}
.BgClassName
{
background-color: #A5C6EA;
}
</style>
border-color css
<style>
span { border-color: #A5C6EA; }
span { border-color: rgb(165,198,234); }
td.TdClassName
{
border-color: #A5C6EA;
}
.TagClassName
{
border-color: #A5C6EA;
}
</style>