Shades of Tropical Blue #B5D0EA
Tints of Tropical Blue #B5D0EA
RGB
CMYK
RGB Variations
Color information
#B5D0EA (or 0xB5D0EA) is known color: Tropical Blue. HEX triplet: B5, D0 and EA. RGB value is (181,208,234). Sum of RGB (Red+Green+Blue) = 181+208+234=623 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.05% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5D0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5D0EA is #4A2F15. Grayscale: #CACACA. Windows color (decimal): -4861718 or 15388853. OLE color: 15388853.
HSL color Cylindrical-coordinate representation of color #B5D0EA: hue angle of 209.43º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5D0EA is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 208 | 234 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.08 |
| HSL | 209.43º | 0.56% | 0.81% | - |
| HSV(B) | 209.43º | 0.23% | 0.92% | - |
| XYZ | 56.46 | 60.88 | 86.62 | - |
| YUV | 202.89 | 145.55 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 234 | 0.23 | 0.11 | 0 | 0.08 | 209.43 | 0.56 | 0.81 |
| Hex | B5 | D0 | EA | 17 | B | 0 | 8 | D1 | 38 | 51 |
| Octal | 265 | 320 | 352 | 27 | 13 | 0 | 10 | 321 | 70 | 121 |
| Binary | 10110101 | 11010000 | 11101010 | 10111 | 1011 | 0 | 1000 | 11010001 | 111000 | 1010001 |
Color Harmonies of #B5D0EA
Complementary color
Monochromatic Colors of #B5D0EA
Black with #B5D0EA
Text Example
Text Example
White with #B5D0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D0EA; }
p { color: rgb(181,208,234); }
H1.HeaderClassName
{
color: #B5D0EA;
}
.AnyTagClassName
{
color: #B5D0EA;
}
</style>
background-color css
<style>
a { background-color: #B5D0EA; }
a { background-color: rgb(181,208,234); }
div.DivClassName
{
background-color: #B5D0EA;
}
.BgClassName
{
background-color: #B5D0EA;
}
</style>
border-color css
<style>
span { border-color: #B5D0EA; }
span { border-color: rgb(181,208,234); }
td.TdClassName
{
border-color: #B5D0EA;
}
.TagClassName
{
border-color: #B5D0EA;
}
</style>