Shades of Tropical Blue #B2CDE9
Tints of Tropical Blue #B2CDE9
RGB
CMYK
RGB Variations
Color information
#B2CDE9 (or 0xB2CDE9) is known color: Tropical Blue. HEX triplet: B2, CD and E9. RGB value is (178,205,233). Sum of RGB (Red+Green+Blue) = 178+205+233=616 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.90% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 233 - color contains mainly: blue. Hex color #B2CDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CDE9 is #4D3216. Grayscale: #C7C7C7. Windows color (decimal): -5059095 or 15322546. OLE color: 15322546.
HSL color Cylindrical-coordinate representation of color #B2CDE9: hue angle of 210.55º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2CDE9 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 205 | 233 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.09 |
| HSL | 210.55º | 0.56% | 0.81% | - |
| HSV(B) | 210.55º | 0.24% | 0.91% | - |
| XYZ | 54.9 | 59.01 | 85.59 | - |
| YUV | 200.12 | 146.55 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 205 | 233 | 0.24 | 0.12 | 0 | 0.09 | 210.55 | 0.56 | 0.81 |
| Hex | B2 | CD | E9 | 18 | C | 0 | 9 | D3 | 38 | 51 |
| Octal | 262 | 315 | 351 | 30 | 14 | 0 | 11 | 323 | 70 | 121 |
| Binary | 10110010 | 11001101 | 11101001 | 11000 | 1100 | 0 | 1001 | 11010011 | 111000 | 1010001 |
Color Harmonies of #B2CDE9
Complementary color
Monochromatic Colors of #B2CDE9
Black with #B2CDE9
Text Example
Text Example
White with #B2CDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CDE9; }
p { color: rgb(178,205,233); }
H1.HeaderClassName
{
color: #B2CDE9;
}
.AnyTagClassName
{
color: #B2CDE9;
}
</style>
background-color css
<style>
a { background-color: #B2CDE9; }
a { background-color: rgb(178,205,233); }
div.DivClassName
{
background-color: #B2CDE9;
}
.BgClassName
{
background-color: #B2CDE9;
}
</style>
border-color css
<style>
span { border-color: #B2CDE9; }
span { border-color: rgb(178,205,233); }
td.TdClassName
{
border-color: #B2CDE9;
}
.TagClassName
{
border-color: #B2CDE9;
}
</style>