Shades of Tropical Blue #AFC3E8
Tints of Tropical Blue #AFC3E8
RGB
CMYK
RGB Variations
Color information
#AFC3E8 (or 0xAFC3E8) is known color: Tropical Blue. HEX triplet: AF, C3 and E8. RGB value is (175,195,232). Sum of RGB (Red+Green+Blue) = 175+195+232=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 195 (76.56% from 255 or 32.39% from 602); Blue value is 232 (91.02% from 255 or 38.54% from 602); Max value from RGB is 232 - color contains mainly: blue. Hex color #AFC3E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC3E8 is #503C17. Grayscale: #C1C1C1. Windows color (decimal): -5258264 or 15254447. OLE color: 15254447.
HSL color Cylindrical-coordinate representation of color #AFC3E8: hue angle of 218.95º 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 #AFC3E8 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 195 | 232 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.09 |
| HSL | 218.95º | 0.55% | 0.8% | - |
| HSV(B) | 218.95º | 0.25% | 0.91% | - |
| XYZ | 51.76 | 53.97 | 84.03 | - |
| YUV | 193.24 | 149.87 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 232 | 0.25 | 0.16 | 0 | 0.09 | 218.95 | 0.55 | 0.8 |
| Hex | AF | C3 | E8 | 19 | 10 | 0 | 9 | DB | 37 | 50 |
| Octal | 257 | 303 | 350 | 31 | 20 | 0 | 11 | 333 | 67 | 120 |
| Binary | 10101111 | 11000011 | 11101000 | 11001 | 10000 | 0 | 1001 | 11011011 | 110111 | 1010000 |
Color Harmonies of #AFC3E8
Complementary color
Monochromatic Colors of #AFC3E8
Black with #AFC3E8
Text Example
Text Example
White with #AFC3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC3E8; }
p { color: rgb(175,195,232); }
H1.HeaderClassName
{
color: #AFC3E8;
}
.AnyTagClassName
{
color: #AFC3E8;
}
</style>
background-color css
<style>
a { background-color: #AFC3E8; }
a { background-color: rgb(175,195,232); }
div.DivClassName
{
background-color: #AFC3E8;
}
.BgClassName
{
background-color: #AFC3E8;
}
</style>
border-color css
<style>
span { border-color: #AFC3E8; }
span { border-color: rgb(175,195,232); }
td.TdClassName
{
border-color: #AFC3E8;
}
.TagClassName
{
border-color: #AFC3E8;
}
</style>