Shades of Tropical Blue #AFCCED
Tints of Tropical Blue #AFCCED
RGB
CMYK
RGB Variations
Color information
#AFCCED (or 0xAFCCED) is known color: Tropical Blue. HEX triplet: AF, CC and ED. RGB value is (175,204,237). Sum of RGB (Red+Green+Blue) = 175+204+237=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFCCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCCED is #503312. Grayscale: #C6C6C6. Windows color (decimal): -5255955 or 15584431. OLE color: 15584431.
HSL color Cylindrical-coordinate representation of color #AFCCED: hue angle of 211.94º degrees, saturation: 0.63, 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 #AFCCED is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 175 | 204 | 237 | - |
CMYK | 0.26 | 0.14 | 0 | 0.07 |
HSL | 211.94º | 0.63% | 0.81% | - |
HSV(B) | 211.94º | 0.26% | 0.93% | - |
XYZ | 54.56 | 58.41 | 88.52 | - |
YUV | 199.09 | 149.39 | 110.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 204 | 237 | 0.26 | 0.14 | 0 | 0.07 | 211.94 | 0.63 | 0.81 |
Hex | AF | CC | ED | 1A | E | 0 | 7 | D4 | 3F | 51 |
Octal | 257 | 314 | 355 | 32 | 16 | 0 | 7 | 324 | 77 | 121 |
Binary | 10101111 | 11001100 | 11101101 | 11010 | 1110 | 0 | 111 | 11010100 | 111111 | 1010001 |
Color Harmonies of #AFCCED
Complementary color
Monochromatic Colors of #AFCCED
Black with #AFCCED
Text Example
Text Example
White with #AFCCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCCED; }
p { color: rgb(175,204,237); }
H1.HeaderClassName
{
color: #AFCCED;
}
.AnyTagClassName
{
color: #AFCCED;
}
</style>
background-color css
<style>
a { background-color: #AFCCED; }
a { background-color: rgb(175,204,237); }
div.DivClassName
{
background-color: #AFCCED;
}
.BgClassName
{
background-color: #AFCCED;
}
</style>
border-color css
<style>
span { border-color: #AFCCED; }
span { border-color: rgb(175,204,237); }
td.TdClassName
{
border-color: #AFCCED;
}
.TagClassName
{
border-color: #AFCCED;
}
</style>