Shades of Tropical Blue #AFCBE8
Tints of Tropical Blue #AFCBE8
RGB
CMYK
RGB Variations
Color information
#AFCBE8 (or 0xAFCBE8) is known color: Tropical Blue. HEX triplet: AF, CB and E8. RGB value is (175,203,232). Sum of RGB (Red+Green+Blue) = 175+203+232=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 232 (91.02% from 255 or 38.03% from 610); Max value from RGB is 232 - color contains mainly: blue. Hex color #AFCBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCBE8 is #503417. Grayscale: #C5C5C5. Windows color (decimal): -5256216 or 15256495. OLE color: 15256495.
HSL color Cylindrical-coordinate representation of color #AFCBE8: hue angle of 210.53º 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 #AFCBE8 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 203 | 232 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.09 |
| HSL | 210.53º | 0.55% | 0.8% | - |
| HSV(B) | 210.53º | 0.25% | 0.91% | - |
| XYZ | 53.6 | 57.65 | 84.65 | - |
| YUV | 197.93 | 147.22 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 232 | 0.25 | 0.12 | 0 | 0.09 | 210.53 | 0.55 | 0.8 |
| Hex | AF | CB | E8 | 19 | C | 0 | 9 | D3 | 37 | 50 |
| Octal | 257 | 313 | 350 | 31 | 14 | 0 | 11 | 323 | 67 | 120 |
| Binary | 10101111 | 11001011 | 11101000 | 11001 | 1100 | 0 | 1001 | 11010011 | 110111 | 1010000 |
Color Harmonies of #AFCBE8
Complementary color
Monochromatic Colors of #AFCBE8
Black with #AFCBE8
Text Example
Text Example
White with #AFCBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCBE8; }
p { color: rgb(175,203,232); }
H1.HeaderClassName
{
color: #AFCBE8;
}
.AnyTagClassName
{
color: #AFCBE8;
}
</style>
background-color css
<style>
a { background-color: #AFCBE8; }
a { background-color: rgb(175,203,232); }
div.DivClassName
{
background-color: #AFCBE8;
}
.BgClassName
{
background-color: #AFCBE8;
}
</style>
border-color css
<style>
span { border-color: #AFCBE8; }
span { border-color: rgb(175,203,232); }
td.TdClassName
{
border-color: #AFCBE8;
}
.TagClassName
{
border-color: #AFCBE8;
}
</style>