Shades of Tropical Blue #AFCCEC
Tints of Tropical Blue #AFCCEC
RGB
CMYK
RGB Variations
Color information
#AFCCEC (or 0xAFCCEC) is known color: Tropical Blue. HEX triplet: AF, CC and EC. RGB value is (175,204,236). Sum of RGB (Red+Green+Blue) = 175+204+236=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFCCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCCEC is #503313. Grayscale: #C6C6C6. Windows color (decimal): -5255956 or 15518895. OLE color: 15518895.
HSL color Cylindrical-coordinate representation of color #AFCCEC: hue angle of 211.48º degrees, saturation: 0.62, 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 #AFCCEC is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 204 | 236 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.07 |
| HSL | 211.48º | 0.62% | 0.81% | - |
| HSV(B) | 211.48º | 0.26% | 0.93% | - |
| XYZ | 54.41 | 58.36 | 87.75 | - |
| YUV | 198.98 | 148.89 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 236 | 0.26 | 0.14 | 0 | 0.07 | 211.48 | 0.62 | 0.81 |
| Hex | AF | CC | EC | 1A | E | 0 | 7 | D3 | 3E | 51 |
| Octal | 257 | 314 | 354 | 32 | 16 | 0 | 7 | 323 | 76 | 121 |
| Binary | 10101111 | 11001100 | 11101100 | 11010 | 1110 | 0 | 111 | 11010011 | 111110 | 1010001 |
Color Harmonies of #AFCCEC
Complementary color
Monochromatic Colors of #AFCCEC
Black with #AFCCEC
Text Example
Text Example
White with #AFCCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCCEC; }
p { color: rgb(175,204,236); }
H1.HeaderClassName
{
color: #AFCCEC;
}
.AnyTagClassName
{
color: #AFCCEC;
}
</style>
background-color css
<style>
a { background-color: #AFCCEC; }
a { background-color: rgb(175,204,236); }
div.DivClassName
{
background-color: #AFCCEC;
}
.BgClassName
{
background-color: #AFCCEC;
}
</style>
border-color css
<style>
span { border-color: #AFCCEC; }
span { border-color: rgb(175,204,236); }
td.TdClassName
{
border-color: #AFCCEC;
}
.TagClassName
{
border-color: #AFCCEC;
}
</style>