Shades of Tropical Blue #A5C6EE
Tints of Tropical Blue #A5C6EE
RGB
CMYK
RGB Variations
Color information
#A5C6EE (or 0xA5C6EE) is known color: Tropical Blue. HEX triplet: A5, C6 and EE. RGB value is (165,198,238). Sum of RGB (Red+Green+Blue) = 165+198+238=601 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.45% from 601); Green value is 198 (77.73% from 255 or 32.95% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #A5C6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C6EE is #5A3911. Grayscale: #C0C0C0. Windows color (decimal): -5912850 or 15648421. OLE color: 15648421.
HSL color Cylindrical-coordinate representation of color #A5C6EE: hue angle of 212.88º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5C6EE is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 198 | 238 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.07 |
| HSL | 212.88º | 0.68% | 0.79% | - |
| HSV(B) | 212.88º | 0.31% | 0.93% | - |
| XYZ | 51.14 | 54.56 | 88.72 | - |
| YUV | 192.69 | 153.57 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 198 | 238 | 0.31 | 0.17 | 0 | 0.07 | 212.88 | 0.68 | 0.79 |
| Hex | A5 | C6 | EE | 1F | 11 | 0 | 7 | D5 | 44 | 4F |
| Octal | 245 | 306 | 356 | 37 | 21 | 0 | 7 | 325 | 104 | 117 |
| Binary | 10100101 | 11000110 | 11101110 | 11111 | 10001 | 0 | 111 | 11010101 | 1000100 | 1001111 |
Color Harmonies of #A5C6EE
Complementary color
Monochromatic Colors of #A5C6EE
Black with #A5C6EE
Text Example
Text Example
White with #A5C6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C6EE; }
p { color: rgb(165,198,238); }
H1.HeaderClassName
{
color: #A5C6EE;
}
.AnyTagClassName
{
color: #A5C6EE;
}
</style>
background-color css
<style>
a { background-color: #A5C6EE; }
a { background-color: rgb(165,198,238); }
div.DivClassName
{
background-color: #A5C6EE;
}
.BgClassName
{
background-color: #A5C6EE;
}
</style>
border-color css
<style>
span { border-color: #A5C6EE; }
span { border-color: rgb(165,198,238); }
td.TdClassName
{
border-color: #A5C6EE;
}
.TagClassName
{
border-color: #A5C6EE;
}
</style>