Shades of Tropical Blue #A5C2EF
Tints of Tropical Blue #A5C2EF
RGB
CMYK
RGB Variations
Color information
#A5C2EF (or 0xA5C2EF) is known color: Tropical Blue. HEX triplet: A5, C2 and EF. RGB value is (165,194,239). Sum of RGB (Red+Green+Blue) = 165+194+239=598 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.59% from 598); Green value is 194 (76.17% from 255 or 32.44% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #A5C2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C2EF is #5A3D10. Grayscale: #BEBEBE. Windows color (decimal): -5913873 or 15712933. OLE color: 15712933.
HSL color Cylindrical-coordinate representation of color #A5C2EF: hue angle of 216.49º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5C2EF is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 194 | 239 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.06 |
| HSL | 216.49º | 0.7% | 0.79% | - |
| HSV(B) | 216.49º | 0.31% | 0.94% | - |
| XYZ | 50.39 | 52.81 | 89.2 | - |
| YUV | 190.46 | 155.39 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 194 | 239 | 0.31 | 0.19 | 0 | 0.06 | 216.49 | 0.7 | 0.79 |
| Hex | A5 | C2 | EF | 1F | 13 | 0 | 6 | D8 | 46 | 4F |
| Octal | 245 | 302 | 357 | 37 | 23 | 0 | 6 | 330 | 106 | 117 |
| Binary | 10100101 | 11000010 | 11101111 | 11111 | 10011 | 0 | 110 | 11011000 | 1000110 | 1001111 |
Color Harmonies of #A5C2EF
Complementary color
Monochromatic Colors of #A5C2EF
Black with #A5C2EF
Text Example
Text Example
White with #A5C2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C2EF; }
p { color: rgb(165,194,239); }
H1.HeaderClassName
{
color: #A5C2EF;
}
.AnyTagClassName
{
color: #A5C2EF;
}
</style>
background-color css
<style>
a { background-color: #A5C2EF; }
a { background-color: rgb(165,194,239); }
div.DivClassName
{
background-color: #A5C2EF;
}
.BgClassName
{
background-color: #A5C2EF;
}
</style>
border-color css
<style>
span { border-color: #A5C2EF; }
span { border-color: rgb(165,194,239); }
td.TdClassName
{
border-color: #A5C2EF;
}
.TagClassName
{
border-color: #A5C2EF;
}
</style>