Shades of Tropical Blue #AFCBED
Tints of Tropical Blue #AFCBED
RGB
CMYK
RGB Variations
Color information
#AFCBED (or 0xAFCBED) is known color: Tropical Blue. HEX triplet: AF, CB and ED. RGB value is (175,203,237). Sum of RGB (Red+Green+Blue) = 175+203+237=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFCBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCBED is #503412. Grayscale: #C6C6C6. Windows color (decimal): -5256211 or 15584175. OLE color: 15584175.
HSL color Cylindrical-coordinate representation of color #AFCBED: hue angle of 212.9º 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 #AFCBED is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 203 | 237 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.07 |
| HSL | 212.9º | 0.63% | 0.81% | - |
| HSV(B) | 212.9º | 0.26% | 0.93% | - |
| XYZ | 54.32 | 57.94 | 88.44 | - |
| YUV | 198.5 | 149.72 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 237 | 0.26 | 0.14 | 0 | 0.07 | 212.9 | 0.63 | 0.81 |
| Hex | AF | CB | ED | 1A | E | 0 | 7 | D5 | 3F | 51 |
| Octal | 257 | 313 | 355 | 32 | 16 | 0 | 7 | 325 | 77 | 121 |
| Binary | 10101111 | 11001011 | 11101101 | 11010 | 1110 | 0 | 111 | 11010101 | 111111 | 1010001 |
Color Harmonies of #AFCBED
Complementary color
Monochromatic Colors of #AFCBED
Black with #AFCBED
Text Example
Text Example
White with #AFCBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCBED; }
p { color: rgb(175,203,237); }
H1.HeaderClassName
{
color: #AFCBED;
}
.AnyTagClassName
{
color: #AFCBED;
}
</style>
background-color css
<style>
a { background-color: #AFCBED; }
a { background-color: rgb(175,203,237); }
div.DivClassName
{
background-color: #AFCBED;
}
.BgClassName
{
background-color: #AFCBED;
}
</style>
border-color css
<style>
span { border-color: #AFCBED; }
span { border-color: rgb(175,203,237); }
td.TdClassName
{
border-color: #AFCBED;
}
.TagClassName
{
border-color: #AFCBED;
}
</style>