Shades of Tropical Blue #AFC2E8
Tints of Tropical Blue #AFC2E8
RGB
CMYK
RGB Variations
Color information
#AFC2E8 (or 0xAFC2E8) is known color: Tropical Blue. HEX triplet: AF, C2 and E8. RGB value is (175,194,232). Sum of RGB (Red+Green+Blue) = 175+194+232=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 194 (76.17% from 255 or 32.28% from 601); Blue value is 232 (91.02% from 255 or 38.60% from 601); Max value from RGB is 232 - color contains mainly: blue. Hex color #AFC2E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC2E8 is #503D17. Grayscale: #C0C0C0. Windows color (decimal): -5258520 or 15254191. OLE color: 15254191.
HSL color Cylindrical-coordinate representation of color #AFC2E8: hue angle of 220º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFC2E8 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 194 | 232 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.09 |
| HSL | 220º | 0.55% | 0.8% | - |
| HSV(B) | 220º | 0.25% | 0.91% | - |
| XYZ | 51.54 | 53.52 | 83.96 | - |
| YUV | 192.65 | 150.21 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 232 | 0.25 | 0.16 | 0 | 0.09 | 220 | 0.55 | 0.8 |
| Hex | AF | C2 | E8 | 19 | 10 | 0 | 9 | DC | 37 | 50 |
| Octal | 257 | 302 | 350 | 31 | 20 | 0 | 11 | 334 | 67 | 120 |
| Binary | 10101111 | 11000010 | 11101000 | 11001 | 10000 | 0 | 1001 | 11011100 | 110111 | 1010000 |
Color Harmonies of #AFC2E8
Complementary color
Monochromatic Colors of #AFC2E8
Black with #AFC2E8
Text Example
Text Example
White with #AFC2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC2E8; }
p { color: rgb(175,194,232); }
H1.HeaderClassName
{
color: #AFC2E8;
}
.AnyTagClassName
{
color: #AFC2E8;
}
</style>
background-color css
<style>
a { background-color: #AFC2E8; }
a { background-color: rgb(175,194,232); }
div.DivClassName
{
background-color: #AFC2E8;
}
.BgClassName
{
background-color: #AFC2E8;
}
</style>
border-color css
<style>
span { border-color: #AFC2E8; }
span { border-color: rgb(175,194,232); }
td.TdClassName
{
border-color: #AFC2E8;
}
.TagClassName
{
border-color: #AFC2E8;
}
</style>