Shades of Tropical Blue #AFC3F3
Tints of Tropical Blue #AFC3F3
RGB
CMYK
RGB Variations
Color information
#AFC3F3 (or 0xAFC3F3) is known color: Tropical Blue. HEX triplet: AF, C3 and F3. RGB value is (175,195,243). Sum of RGB (Red+Green+Blue) = 175+195+243=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 195 (76.56% from 255 or 31.81% from 613); Blue value is 243 (95.31% from 255 or 39.64% from 613); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFC3F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC3F3 is #503C0C. Grayscale: #C2C2C2. Windows color (decimal): -5258253 or 15975343. OLE color: 15975343.
HSL color Cylindrical-coordinate representation of color #AFC3F3: hue angle of 222.35º degrees, saturation: 0.74, 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 #AFC3F3 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 195 | 243 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.05 |
| HSL | 222.35º | 0.74% | 0.82% | - |
| HSV(B) | 222.35º | 0.28% | 0.95% | - |
| XYZ | 53.37 | 54.62 | 92.52 | - |
| YUV | 194.49 | 155.37 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 243 | 0.28 | 0.20 | 0 | 0.05 | 222.35 | 0.74 | 0.82 |
| Hex | AF | C3 | F3 | 1C | 14 | 0 | 5 | DE | 4A | 52 |
| Octal | 257 | 303 | 363 | 34 | 24 | 0 | 5 | 336 | 112 | 122 |
| Binary | 10101111 | 11000011 | 11110011 | 11100 | 10100 | 0 | 101 | 11011110 | 1001010 | 1010010 |
Color Harmonies of #AFC3F3
Complementary color
Monochromatic Colors of #AFC3F3
Black with #AFC3F3
Text Example
Text Example
White with #AFC3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC3F3; }
p { color: rgb(175,195,243); }
H1.HeaderClassName
{
color: #AFC3F3;
}
.AnyTagClassName
{
color: #AFC3F3;
}
</style>
background-color css
<style>
a { background-color: #AFC3F3; }
a { background-color: rgb(175,195,243); }
div.DivClassName
{
background-color: #AFC3F3;
}
.BgClassName
{
background-color: #AFC3F3;
}
</style>
border-color css
<style>
span { border-color: #AFC3F3; }
span { border-color: rgb(175,195,243); }
td.TdClassName
{
border-color: #AFC3F3;
}
.TagClassName
{
border-color: #AFC3F3;
}
</style>