Shades of Tropical Blue #B7CDE3
Tints of Tropical Blue #B7CDE3
RGB
CMYK
RGB Variations
Color information
#B7CDE3 (or 0xB7CDE3) is known color: Tropical Blue. HEX triplet: B7, CD and E3. RGB value is (183,205,227). Sum of RGB (Red+Green+Blue) = 183+205+227=615 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.76% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 227 (89.06% from 255 or 36.91% from 615); Max value from RGB is 227 - color contains mainly: blue. Hex color #B7CDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CDE3 is #48321C. Grayscale: #C8C8C8. Windows color (decimal): -4731421 or 14929335. OLE color: 14929335.
HSL color Cylindrical-coordinate representation of color #B7CDE3: hue angle of 210º degrees, saturation: 0.44, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7CDE3 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 205 | 227 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.11 |
| HSL | 210º | 0.44% | 0.8% | - |
| HSV(B) | 210º | 0.19% | 0.89% | - |
| XYZ | 55.22 | 59.28 | 81.2 | - |
| YUV | 200.93 | 142.71 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 205 | 227 | 0.19 | 0.10 | 0 | 0.11 | 210 | 0.44 | 0.8 |
| Hex | B7 | CD | E3 | 13 | A | 0 | B | D2 | 2C | 50 |
| Octal | 267 | 315 | 343 | 23 | 12 | 0 | 13 | 322 | 54 | 120 |
| Binary | 10110111 | 11001101 | 11100011 | 10011 | 1010 | 0 | 1011 | 11010010 | 101100 | 1010000 |
Color Harmonies of #B7CDE3
Complementary color
Monochromatic Colors of #B7CDE3
Black with #B7CDE3
Text Example
Text Example
White with #B7CDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CDE3; }
p { color: rgb(183,205,227); }
H1.HeaderClassName
{
color: #B7CDE3;
}
.AnyTagClassName
{
color: #B7CDE3;
}
</style>
background-color css
<style>
a { background-color: #B7CDE3; }
a { background-color: rgb(183,205,227); }
div.DivClassName
{
background-color: #B7CDE3;
}
.BgClassName
{
background-color: #B7CDE3;
}
</style>
border-color css
<style>
span { border-color: #B7CDE3; }
span { border-color: rgb(183,205,227); }
td.TdClassName
{
border-color: #B7CDE3;
}
.TagClassName
{
border-color: #B7CDE3;
}
</style>