Shades of Tropical Blue #B7D0ED
Tints of Tropical Blue #B7D0ED
RGB
CMYK
RGB Variations
Color information
#B7D0ED (or 0xB7D0ED) is known color: Tropical Blue. HEX triplet: B7, D0 and ED. RGB value is (183,208,237). Sum of RGB (Red+Green+Blue) = 183+208+237=628 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.14% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #B7D0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D0ED is #482F12. Grayscale: #CBCBCB. Windows color (decimal): -4730643 or 15585463. OLE color: 15585463.
HSL color Cylindrical-coordinate representation of color #B7D0ED: hue angle of 212.22º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7D0ED is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 208 | 237 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.07 |
| HSL | 212.22º | 0.6% | 0.82% | - |
| HSV(B) | 212.22º | 0.23% | 0.93% | - |
| XYZ | 57.37 | 61.29 | 88.93 | - |
| YUV | 203.83 | 146.72 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 208 | 237 | 0.23 | 0.12 | 0 | 0.07 | 212.22 | 0.6 | 0.82 |
| Hex | B7 | D0 | ED | 17 | C | 0 | 7 | D4 | 3C | 52 |
| Octal | 267 | 320 | 355 | 27 | 14 | 0 | 7 | 324 | 74 | 122 |
| Binary | 10110111 | 11010000 | 11101101 | 10111 | 1100 | 0 | 111 | 11010100 | 111100 | 1010010 |
Color Harmonies of #B7D0ED
Complementary color
Monochromatic Colors of #B7D0ED
Black with #B7D0ED
Text Example
Text Example
White with #B7D0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D0ED; }
p { color: rgb(183,208,237); }
H1.HeaderClassName
{
color: #B7D0ED;
}
.AnyTagClassName
{
color: #B7D0ED;
}
</style>
background-color css
<style>
a { background-color: #B7D0ED; }
a { background-color: rgb(183,208,237); }
div.DivClassName
{
background-color: #B7D0ED;
}
.BgClassName
{
background-color: #B7D0ED;
}
</style>
border-color css
<style>
span { border-color: #B7D0ED; }
span { border-color: rgb(183,208,237); }
td.TdClassName
{
border-color: #B7D0ED;
}
.TagClassName
{
border-color: #B7D0ED;
}
</style>