Shades of Tropical Blue #AFC3EA
Tints of Tropical Blue #AFC3EA
RGB
CMYK
RGB Variations
Color information
#AFC3EA (or 0xAFC3EA) is known color: Tropical Blue. HEX triplet: AF, C3 and EA. RGB value is (175,195,234). Sum of RGB (Red+Green+Blue) = 175+195+234=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 195 (76.56% from 255 or 32.28% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFC3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC3EA is #503C15. Grayscale: #C1C1C1. Windows color (decimal): -5258262 or 15385519. OLE color: 15385519.
HSL color Cylindrical-coordinate representation of color #AFC3EA: hue angle of 219.66º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFC3EA is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 195 | 234 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.08 |
| HSL | 219.66º | 0.58% | 0.8% | - |
| HSV(B) | 219.66º | 0.25% | 0.92% | - |
| XYZ | 52.05 | 54.08 | 85.54 | - |
| YUV | 193.47 | 150.87 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 234 | 0.25 | 0.17 | 0 | 0.08 | 219.66 | 0.58 | 0.8 |
| Hex | AF | C3 | EA | 19 | 11 | 0 | 8 | DC | 3A | 50 |
| Octal | 257 | 303 | 352 | 31 | 21 | 0 | 10 | 334 | 72 | 120 |
| Binary | 10101111 | 11000011 | 11101010 | 11001 | 10001 | 0 | 1000 | 11011100 | 111010 | 1010000 |
Color Harmonies of #AFC3EA
Complementary color
Monochromatic Colors of #AFC3EA
Black with #AFC3EA
Text Example
Text Example
White with #AFC3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC3EA; }
p { color: rgb(175,195,234); }
H1.HeaderClassName
{
color: #AFC3EA;
}
.AnyTagClassName
{
color: #AFC3EA;
}
</style>
background-color css
<style>
a { background-color: #AFC3EA; }
a { background-color: rgb(175,195,234); }
div.DivClassName
{
background-color: #AFC3EA;
}
.BgClassName
{
background-color: #AFC3EA;
}
</style>
border-color css
<style>
span { border-color: #AFC3EA; }
span { border-color: rgb(175,195,234); }
td.TdClassName
{
border-color: #AFC3EA;
}
.TagClassName
{
border-color: #AFC3EA;
}
</style>