Shades of Tropical Blue #ACC5E5
Tints of Tropical Blue #ACC5E5
RGB
CMYK
RGB Variations
Color information
#ACC5E5 (or 0xACC5E5) is known color: Tropical Blue. HEX triplet: AC, C5 and E5. RGB value is (172,197,229). Sum of RGB (Red+Green+Blue) = 172+197+229=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 197 (77.34% from 255 or 32.94% from 598); Blue value is 229 (89.84% from 255 or 38.29% from 598); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACC5E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5E5 is #533A1A. Grayscale: #C1C1C1. Windows color (decimal): -5454363 or 15058348. OLE color: 15058348.
HSL color Cylindrical-coordinate representation of color #ACC5E5: hue angle of 213.68º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACC5E5 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 172 | 197 | 229 | - |
CMYK | 0.25 | 0.14 | 0 | 0.10 |
HSL | 213.68º | 0.52% | 0.79% | - |
HSV(B) | 213.68º | 0.25% | 0.9% | - |
XYZ | 51.12 | 54.36 | 81.93 | - |
YUV | 193.17 | 148.22 | 112.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 197 | 229 | 0.25 | 0.14 | 0 | 0.10 | 213.68 | 0.52 | 0.79 |
Hex | AC | C5 | E5 | 19 | E | 0 | A | D6 | 34 | 4F |
Octal | 254 | 305 | 345 | 31 | 16 | 0 | 12 | 326 | 64 | 117 |
Binary | 10101100 | 11000101 | 11100101 | 11001 | 1110 | 0 | 1010 | 11010110 | 110100 | 1001111 |
Color Harmonies of #ACC5E5
Complementary color
Monochromatic Colors of #ACC5E5
Black with #ACC5E5
Text Example
Text Example
White with #ACC5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC5E5; }
p { color: rgb(172,197,229); }
H1.HeaderClassName
{
color: #ACC5E5;
}
.AnyTagClassName
{
color: #ACC5E5;
}
</style>
background-color css
<style>
a { background-color: #ACC5E5; }
a { background-color: rgb(172,197,229); }
div.DivClassName
{
background-color: #ACC5E5;
}
.BgClassName
{
background-color: #ACC5E5;
}
</style>
border-color css
<style>
span { border-color: #ACC5E5; }
span { border-color: rgb(172,197,229); }
td.TdClassName
{
border-color: #ACC5E5;
}
.TagClassName
{
border-color: #ACC5E5;
}
</style>