Shades of Tropical Blue #AFCCE9
Tints of Tropical Blue #AFCCE9
RGB
CMYK
RGB Variations
Color information
#AFCCE9 (or 0xAFCCE9) is known color: Tropical Blue. HEX triplet: AF, CC and E9. RGB value is (175,204,233). Sum of RGB (Red+Green+Blue) = 175+204+233=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 233 (91.41% from 255 or 38.07% from 612); Max value from RGB is 233 - color contains mainly: blue. Hex color #AFCCE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCCE9 is #503316. Grayscale: #C6C6C6. Windows color (decimal): -5255959 or 15322287. OLE color: 15322287.
HSL color Cylindrical-coordinate representation of color #AFCCE9: hue angle of 210º degrees, saturation: 0.57, 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 #AFCCE9 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 175 | 204 | 233 | - |
CMYK | 0.25 | 0.12 | 0 | 0.09 |
HSL | 210º | 0.57% | 0.8% | - |
HSV(B) | 210º | 0.25% | 0.91% | - |
XYZ | 53.98 | 58.18 | 85.48 | - |
YUV | 198.64 | 147.39 | 111.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 204 | 233 | 0.25 | 0.12 | 0 | 0.09 | 210 | 0.57 | 0.8 |
Hex | AF | CC | E9 | 19 | C | 0 | 9 | D2 | 39 | 50 |
Octal | 257 | 314 | 351 | 31 | 14 | 0 | 11 | 322 | 71 | 120 |
Binary | 10101111 | 11001100 | 11101001 | 11001 | 1100 | 0 | 1001 | 11010010 | 111001 | 1010000 |
Color Harmonies of #AFCCE9
Complementary color
Monochromatic Colors of #AFCCE9
Black with #AFCCE9
Text Example
Text Example
White with #AFCCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCCE9; }
p { color: rgb(175,204,233); }
H1.HeaderClassName
{
color: #AFCCE9;
}
.AnyTagClassName
{
color: #AFCCE9;
}
</style>
background-color css
<style>
a { background-color: #AFCCE9; }
a { background-color: rgb(175,204,233); }
div.DivClassName
{
background-color: #AFCCE9;
}
.BgClassName
{
background-color: #AFCCE9;
}
</style>
border-color css
<style>
span { border-color: #AFCCE9; }
span { border-color: rgb(175,204,233); }
td.TdClassName
{
border-color: #AFCCE9;
}
.TagClassName
{
border-color: #AFCCE9;
}
</style>