Shades of Tropical Blue #AFCCEF
Tints of Tropical Blue #AFCCEF
RGB
CMYK
RGB Variations
Color information
#AFCCEF (or 0xAFCCEF) is known color: Tropical Blue. HEX triplet: AF, CC and EF. RGB value is (175,204,239). Sum of RGB (Red+Green+Blue) = 175+204+239=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFCCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCCEF is #503310. Grayscale: #C7C7C7. Windows color (decimal): -5255953 or 15715503. OLE color: 15715503.
HSL color Cylindrical-coordinate representation of color #AFCCEF: hue angle of 212.81º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFCCEF is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 204 | 239 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.06 |
| HSL | 212.81º | 0.67% | 0.81% | - |
| HSV(B) | 212.81º | 0.27% | 0.94% | - |
| XYZ | 54.85 | 58.53 | 90.07 | - |
| YUV | 199.32 | 150.39 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 239 | 0.27 | 0.15 | 0 | 0.06 | 212.81 | 0.67 | 0.81 |
| Hex | AF | CC | EF | 1B | F | 0 | 6 | D5 | 43 | 51 |
| Octal | 257 | 314 | 357 | 33 | 17 | 0 | 6 | 325 | 103 | 121 |
| Binary | 10101111 | 11001100 | 11101111 | 11011 | 1111 | 0 | 110 | 11010101 | 1000011 | 1010001 |
Color Harmonies of #AFCCEF
Complementary color
Monochromatic Colors of #AFCCEF
Black with #AFCCEF
Text Example
Text Example
White with #AFCCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCCEF; }
p { color: rgb(175,204,239); }
H1.HeaderClassName
{
color: #AFCCEF;
}
.AnyTagClassName
{
color: #AFCCEF;
}
</style>
background-color css
<style>
a { background-color: #AFCCEF; }
a { background-color: rgb(175,204,239); }
div.DivClassName
{
background-color: #AFCCEF;
}
.BgClassName
{
background-color: #AFCCEF;
}
</style>
border-color css
<style>
span { border-color: #AFCCEF; }
span { border-color: rgb(175,204,239); }
td.TdClassName
{
border-color: #AFCCEF;
}
.TagClassName
{
border-color: #AFCCEF;
}
</style>