Shades of Tropical Blue #A5C2FC
Tints of Tropical Blue #A5C2FC
RGB
CMYK
RGB Variations
Color information
#A5C2FC (or 0xA5C2FC) is known color: Tropical Blue. HEX triplet: A5, C2 and FC. RGB value is (165,194,252). Sum of RGB (Red+Green+Blue) = 165+194+252=611 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.00% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #A5C2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C2FC is #5A3D03. Grayscale: #BFBFBF. Windows color (decimal): -5913860 or 16564901. OLE color: 16564901.
HSL color Cylindrical-coordinate representation of color #A5C2FC: hue angle of 220º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5C2FC is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 194 | 252 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.01 |
| HSL | 220º | 0.94% | 0.82% | - |
| HSV(B) | 220º | 0.35% | 0.99% | - |
| XYZ | 52.38 | 53.61 | 99.68 | - |
| YUV | 191.94 | 161.89 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 194 | 252 | 0.35 | 0.23 | 0 | 0.01 | 220 | 0.94 | 0.82 |
| Hex | A5 | C2 | FC | 23 | 17 | 0 | 1 | DC | 5E | 52 |
| Octal | 245 | 302 | 374 | 43 | 27 | 0 | 1 | 334 | 136 | 122 |
| Binary | 10100101 | 11000010 | 11111100 | 100011 | 10111 | 0 | 1 | 11011100 | 1011110 | 1010010 |
Color Harmonies of #A5C2FC
Complementary color
Monochromatic Colors of #A5C2FC
Black with #A5C2FC
Text Example
Text Example
White with #A5C2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C2FC; }
p { color: rgb(165,194,252); }
H1.HeaderClassName
{
color: #A5C2FC;
}
.AnyTagClassName
{
color: #A5C2FC;
}
</style>
background-color css
<style>
a { background-color: #A5C2FC; }
a { background-color: rgb(165,194,252); }
div.DivClassName
{
background-color: #A5C2FC;
}
.BgClassName
{
background-color: #A5C2FC;
}
</style>
border-color css
<style>
span { border-color: #A5C2FC; }
span { border-color: rgb(165,194,252); }
td.TdClassName
{
border-color: #A5C2FC;
}
.TagClassName
{
border-color: #A5C2FC;
}
</style>