Shades of Tropical Blue #B5CFEA
Tints of Tropical Blue #B5CFEA
RGB
CMYK
RGB Variations
Color information
#B5CFEA (or 0xB5CFEA) is known color: Tropical Blue. HEX triplet: B5, CF and EA. RGB value is (181,207,234). Sum of RGB (Red+Green+Blue) = 181+207+234=622 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.10% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5CFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CFEA is #4A3015. Grayscale: #CACACA. Windows color (decimal): -4861974 or 15388597. OLE color: 15388597.
HSL color Cylindrical-coordinate representation of color #B5CFEA: hue angle of 210.57º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5CFEA is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 207 | 234 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.08 |
| HSL | 210.57º | 0.56% | 0.81% | - |
| HSV(B) | 210.57º | 0.23% | 0.92% | - |
| XYZ | 56.22 | 60.39 | 86.54 | - |
| YUV | 202.3 | 145.89 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 234 | 0.23 | 0.12 | 0 | 0.08 | 210.57 | 0.56 | 0.81 |
| Hex | B5 | CF | EA | 17 | C | 0 | 8 | D3 | 38 | 51 |
| Octal | 265 | 317 | 352 | 27 | 14 | 0 | 10 | 323 | 70 | 121 |
| Binary | 10110101 | 11001111 | 11101010 | 10111 | 1100 | 0 | 1000 | 11010011 | 111000 | 1010001 |
Color Harmonies of #B5CFEA
Complementary color
Monochromatic Colors of #B5CFEA
Black with #B5CFEA
Text Example
Text Example
White with #B5CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CFEA; }
p { color: rgb(181,207,234); }
H1.HeaderClassName
{
color: #B5CFEA;
}
.AnyTagClassName
{
color: #B5CFEA;
}
</style>
background-color css
<style>
a { background-color: #B5CFEA; }
a { background-color: rgb(181,207,234); }
div.DivClassName
{
background-color: #B5CFEA;
}
.BgClassName
{
background-color: #B5CFEA;
}
</style>
border-color css
<style>
span { border-color: #B5CFEA; }
span { border-color: rgb(181,207,234); }
td.TdClassName
{
border-color: #B5CFEA;
}
.TagClassName
{
border-color: #B5CFEA;
}
</style>