Shades of Tropical Blue #AFC5EE
Tints of Tropical Blue #AFC5EE
RGB
CMYK
RGB Variations
Color information
#AFC5EE (or 0xAFC5EE) is known color: Tropical Blue. HEX triplet: AF, C5 and EE. RGB value is (175,197,238). Sum of RGB (Red+Green+Blue) = 175+197+238=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 197 (77.34% from 255 or 32.30% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFC5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC5EE is #503A11. Grayscale: #C2C2C2. Windows color (decimal): -5257746 or 15648175. OLE color: 15648175.
HSL color Cylindrical-coordinate representation of color #AFC5EE: hue angle of 219.05º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFC5EE is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 197 | 238 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.07 |
| HSL | 219.05º | 0.65% | 0.81% | - |
| HSV(B) | 219.05º | 0.26% | 0.93% | - |
| XYZ | 53.08 | 55.22 | 88.75 | - |
| YUV | 195.1 | 152.21 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 238 | 0.26 | 0.17 | 0 | 0.07 | 219.05 | 0.65 | 0.81 |
| Hex | AF | C5 | EE | 1A | 11 | 0 | 7 | DB | 41 | 51 |
| Octal | 257 | 305 | 356 | 32 | 21 | 0 | 7 | 333 | 101 | 121 |
| Binary | 10101111 | 11000101 | 11101110 | 11010 | 10001 | 0 | 111 | 11011011 | 1000001 | 1010001 |
Color Harmonies of #AFC5EE
Complementary color
Monochromatic Colors of #AFC5EE
Black with #AFC5EE
Text Example
Text Example
White with #AFC5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC5EE; }
p { color: rgb(175,197,238); }
H1.HeaderClassName
{
color: #AFC5EE;
}
.AnyTagClassName
{
color: #AFC5EE;
}
</style>
background-color css
<style>
a { background-color: #AFC5EE; }
a { background-color: rgb(175,197,238); }
div.DivClassName
{
background-color: #AFC5EE;
}
.BgClassName
{
background-color: #AFC5EE;
}
</style>
border-color css
<style>
span { border-color: #AFC5EE; }
span { border-color: rgb(175,197,238); }
td.TdClassName
{
border-color: #AFC5EE;
}
.TagClassName
{
border-color: #AFC5EE;
}
</style>