Shades of Tropical Blue #B6D0EA
Tints of Tropical Blue #B6D0EA
RGB
CMYK
RGB Variations
Color information
#B6D0EA (or 0xB6D0EA) is known color: Tropical Blue. HEX triplet: B6, D0 and EA. RGB value is (182,208,234). Sum of RGB (Red+Green+Blue) = 182+208+234=624 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.17% from 624); Green value is 208 (81.64% from 255 or 33.33% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #B6D0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6D0EA is #492F15. Grayscale: #CBCBCB. Windows color (decimal): -4796182 or 15388854. OLE color: 15388854.
HSL color Cylindrical-coordinate representation of color #B6D0EA: hue angle of 210º 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 #B6D0EA is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 182 | 208 | 234 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.08 |
| HSL | 210º | 0.55% | 0.82% | - |
| HSV(B) | 210º | 0.22% | 0.92% | - |
| XYZ | 56.7 | 61 | 86.63 | - |
| YUV | 203.19 | 145.39 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 208 | 234 | 0.22 | 0.11 | 0 | 0.08 | 210 | 0.55 | 0.82 |
| Hex | B6 | D0 | EA | 16 | B | 0 | 8 | D2 | 37 | 52 |
| Octal | 266 | 320 | 352 | 26 | 13 | 0 | 10 | 322 | 67 | 122 |
| Binary | 10110110 | 11010000 | 11101010 | 10110 | 1011 | 0 | 1000 | 11010010 | 110111 | 1010010 |
Color Harmonies of #B6D0EA
Complementary color
Monochromatic Colors of #B6D0EA
Black with #B6D0EA
Text Example
Text Example
White with #B6D0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D0EA; }
p { color: rgb(182,208,234); }
H1.HeaderClassName
{
color: #B6D0EA;
}
.AnyTagClassName
{
color: #B6D0EA;
}
</style>
background-color css
<style>
a { background-color: #B6D0EA; }
a { background-color: rgb(182,208,234); }
div.DivClassName
{
background-color: #B6D0EA;
}
.BgClassName
{
background-color: #B6D0EA;
}
</style>
border-color css
<style>
span { border-color: #B6D0EA; }
span { border-color: rgb(182,208,234); }
td.TdClassName
{
border-color: #B6D0EA;
}
.TagClassName
{
border-color: #B6D0EA;
}
</style>