Shades of Tropical Blue #B7D0EA
Tints of Tropical Blue #B7D0EA
RGB
CMYK
RGB Variations
Color information
#B7D0EA (or 0xB7D0EA) is known color: Tropical Blue. HEX triplet: B7, D0 and EA. RGB value is (183,208,234). Sum of RGB (Red+Green+Blue) = 183+208+234=625 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.28% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #B7D0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D0EA is #482F15. Grayscale: #CBCBCB. Windows color (decimal): -4730646 or 15388855. OLE color: 15388855.
HSL color Cylindrical-coordinate representation of color #B7D0EA: hue angle of 210.59º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7D0EA is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 208 | 234 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.08 |
| HSL | 210.59º | 0.55% | 0.82% | - |
| HSV(B) | 210.59º | 0.22% | 0.92% | - |
| XYZ | 56.94 | 61.12 | 86.64 | - |
| YUV | 203.49 | 145.22 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 208 | 234 | 0.22 | 0.11 | 0 | 0.08 | 210.59 | 0.55 | 0.82 |
| Hex | B7 | D0 | EA | 16 | B | 0 | 8 | D3 | 37 | 52 |
| Octal | 267 | 320 | 352 | 26 | 13 | 0 | 10 | 323 | 67 | 122 |
| Binary | 10110111 | 11010000 | 11101010 | 10110 | 1011 | 0 | 1000 | 11010011 | 110111 | 1010010 |
Color Harmonies of #B7D0EA
Complementary color
Monochromatic Colors of #B7D0EA
Black with #B7D0EA
Text Example
Text Example
White with #B7D0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D0EA; }
p { color: rgb(183,208,234); }
H1.HeaderClassName
{
color: #B7D0EA;
}
.AnyTagClassName
{
color: #B7D0EA;
}
</style>
background-color css
<style>
a { background-color: #B7D0EA; }
a { background-color: rgb(183,208,234); }
div.DivClassName
{
background-color: #B7D0EA;
}
.BgClassName
{
background-color: #B7D0EA;
}
</style>
border-color css
<style>
span { border-color: #B7D0EA; }
span { border-color: rgb(183,208,234); }
td.TdClassName
{
border-color: #B7D0EA;
}
.TagClassName
{
border-color: #B7D0EA;
}
</style>