Shades of Tropical Blue #AFC2E9
Tints of Tropical Blue #AFC2E9
RGB
CMYK
RGB Variations
Color information
#AFC2E9 (or 0xAFC2E9) is known color: Tropical Blue. HEX triplet: AF, C2 and E9. RGB value is (175,194,233). Sum of RGB (Red+Green+Blue) = 175+194+233=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 233 (91.41% from 255 or 38.70% from 602); Max value from RGB is 233 - color contains mainly: blue. Hex color #AFC2E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC2E9 is #503D16. Grayscale: #C0C0C0. Windows color (decimal): -5258519 or 15319727. OLE color: 15319727.
HSL color Cylindrical-coordinate representation of color #AFC2E9: hue angle of 220.34º degrees, saturation: 0.57, 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 #AFC2E9 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 194 | 233 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.09 |
| HSL | 220.34º | 0.57% | 0.8% | - |
| HSV(B) | 220.34º | 0.25% | 0.91% | - |
| XYZ | 51.68 | 53.58 | 84.71 | - |
| YUV | 192.77 | 150.71 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 233 | 0.25 | 0.17 | 0 | 0.09 | 220.34 | 0.57 | 0.8 |
| Hex | AF | C2 | E9 | 19 | 11 | 0 | 9 | DC | 39 | 50 |
| Octal | 257 | 302 | 351 | 31 | 21 | 0 | 11 | 334 | 71 | 120 |
| Binary | 10101111 | 11000010 | 11101001 | 11001 | 10001 | 0 | 1001 | 11011100 | 111001 | 1010000 |
Color Harmonies of #AFC2E9
Complementary color
Monochromatic Colors of #AFC2E9
Black with #AFC2E9
Text Example
Text Example
White with #AFC2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC2E9; }
p { color: rgb(175,194,233); }
H1.HeaderClassName
{
color: #AFC2E9;
}
.AnyTagClassName
{
color: #AFC2E9;
}
</style>
background-color css
<style>
a { background-color: #AFC2E9; }
a { background-color: rgb(175,194,233); }
div.DivClassName
{
background-color: #AFC2E9;
}
.BgClassName
{
background-color: #AFC2E9;
}
</style>
border-color css
<style>
span { border-color: #AFC2E9; }
span { border-color: rgb(175,194,233); }
td.TdClassName
{
border-color: #AFC2E9;
}
.TagClassName
{
border-color: #AFC2E9;
}
</style>