Shades of Tropical Blue #AFC8F2
Tints of Tropical Blue #AFC8F2
RGB
CMYK
RGB Variations
Color information
#AFC8F2 (or 0xAFC8F2) is known color: Tropical Blue. HEX triplet: AF, C8 and F2. RGB value is (175,200,242). Sum of RGB (Red+Green+Blue) = 175+200+242=617 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.36% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFC8F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC8F2 is #50370D. Grayscale: #C5C5C5. Windows color (decimal): -5256974 or 15911087. OLE color: 15911087.
HSL color Cylindrical-coordinate representation of color #AFC8F2: hue angle of 217.61º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFC8F2 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 200 | 242 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.05 |
| HSL | 217.61º | 0.72% | 0.82% | - |
| HSV(B) | 217.61º | 0.28% | 0.95% | - |
| XYZ | 54.36 | 56.83 | 92.11 | - |
| YUV | 197.31 | 153.22 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 242 | 0.28 | 0.17 | 0 | 0.05 | 217.61 | 0.72 | 0.82 |
| Hex | AF | C8 | F2 | 1C | 11 | 0 | 5 | DA | 48 | 52 |
| Octal | 257 | 310 | 362 | 34 | 21 | 0 | 5 | 332 | 110 | 122 |
| Binary | 10101111 | 11001000 | 11110010 | 11100 | 10001 | 0 | 101 | 11011010 | 1001000 | 1010010 |
Color Harmonies of #AFC8F2
Complementary color
Monochromatic Colors of #AFC8F2
Black with #AFC8F2
Text Example
Text Example
White with #AFC8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC8F2; }
p { color: rgb(175,200,242); }
H1.HeaderClassName
{
color: #AFC8F2;
}
.AnyTagClassName
{
color: #AFC8F2;
}
</style>
background-color css
<style>
a { background-color: #AFC8F2; }
a { background-color: rgb(175,200,242); }
div.DivClassName
{
background-color: #AFC8F2;
}
.BgClassName
{
background-color: #AFC8F2;
}
</style>
border-color css
<style>
span { border-color: #AFC8F2; }
span { border-color: rgb(175,200,242); }
td.TdClassName
{
border-color: #AFC8F2;
}
.TagClassName
{
border-color: #AFC8F2;
}
</style>