Shades of Tropical Blue #ACCAE5
Tints of Tropical Blue #ACCAE5
RGB
CMYK
RGB Variations
Color information
#ACCAE5 (or 0xACCAE5) is known color: Tropical Blue. HEX triplet: AC, CA and E5. RGB value is (172,202,229). Sum of RGB (Red+Green+Blue) = 172+202+229=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACCAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCAE5 is #53351A. Grayscale: #C3C3C3. Windows color (decimal): -5453083 or 15059628. OLE color: 15059628.
HSL color Cylindrical-coordinate representation of color #ACCAE5: hue angle of 208.42º 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 #ACCAE5 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 172 | 202 | 229 | - |
CMYK | 0.25 | 0.12 | 0 | 0.10 |
HSL | 208.42º | 0.52% | 0.79% | - |
HSV(B) | 208.42º | 0.25% | 0.9% | - |
XYZ | 52.28 | 56.67 | 82.31 | - |
YUV | 196.11 | 146.56 | 110.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 202 | 229 | 0.25 | 0.12 | 0 | 0.10 | 208.42 | 0.52 | 0.79 |
Hex | AC | CA | E5 | 19 | C | 0 | A | D0 | 34 | 4F |
Octal | 254 | 312 | 345 | 31 | 14 | 0 | 12 | 320 | 64 | 117 |
Binary | 10101100 | 11001010 | 11100101 | 11001 | 1100 | 0 | 1010 | 11010000 | 110100 | 1001111 |
Color Harmonies of #ACCAE5
Complementary color
Monochromatic Colors of #ACCAE5
Black with #ACCAE5
Text Example
Text Example
White with #ACCAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCAE5; }
p { color: rgb(172,202,229); }
H1.HeaderClassName
{
color: #ACCAE5;
}
.AnyTagClassName
{
color: #ACCAE5;
}
</style>
background-color css
<style>
a { background-color: #ACCAE5; }
a { background-color: rgb(172,202,229); }
div.DivClassName
{
background-color: #ACCAE5;
}
.BgClassName
{
background-color: #ACCAE5;
}
</style>
border-color css
<style>
span { border-color: #ACCAE5; }
span { border-color: rgb(172,202,229); }
td.TdClassName
{
border-color: #ACCAE5;
}
.TagClassName
{
border-color: #ACCAE5;
}
</style>