Shades of Tropical Blue #B7D0EE
Tints of Tropical Blue #B7D0EE
RGB
CMYK
RGB Variations
Color information
#B7D0EE (or 0xB7D0EE) is known color: Tropical Blue. HEX triplet: B7, D0 and EE. RGB value is (183,208,238). Sum of RGB (Red+Green+Blue) = 183+208+238=629 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.09% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #B7D0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D0EE is #482F11. Grayscale: #CBCBCB. Windows color (decimal): -4730642 or 15650999. OLE color: 15650999.
HSL color Cylindrical-coordinate representation of color #B7D0EE: hue angle of 212.73º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7D0EE is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 208 | 238 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.07 |
| HSL | 212.73º | 0.62% | 0.83% | - |
| HSV(B) | 212.73º | 0.23% | 0.93% | - |
| XYZ | 57.52 | 61.35 | 89.7 | - |
| YUV | 203.95 | 147.22 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 208 | 238 | 0.23 | 0.13 | 0 | 0.07 | 212.73 | 0.62 | 0.83 |
| Hex | B7 | D0 | EE | 17 | D | 0 | 7 | D5 | 3E | 53 |
| Octal | 267 | 320 | 356 | 27 | 15 | 0 | 7 | 325 | 76 | 123 |
| Binary | 10110111 | 11010000 | 11101110 | 10111 | 1101 | 0 | 111 | 11010101 | 111110 | 1010011 |
Color Harmonies of #B7D0EE
Complementary color
Monochromatic Colors of #B7D0EE
Black with #B7D0EE
Text Example
Text Example
White with #B7D0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D0EE; }
p { color: rgb(183,208,238); }
H1.HeaderClassName
{
color: #B7D0EE;
}
.AnyTagClassName
{
color: #B7D0EE;
}
</style>
background-color css
<style>
a { background-color: #B7D0EE; }
a { background-color: rgb(183,208,238); }
div.DivClassName
{
background-color: #B7D0EE;
}
.BgClassName
{
background-color: #B7D0EE;
}
</style>
border-color css
<style>
span { border-color: #B7D0EE; }
span { border-color: rgb(183,208,238); }
td.TdClassName
{
border-color: #B7D0EE;
}
.TagClassName
{
border-color: #B7D0EE;
}
</style>