Shades of Tropical Blue #B8D0EE
Tints of Tropical Blue #B8D0EE
RGB
CMYK
RGB Variations
Color information
#B8D0EE (or 0xB8D0EE) is known color: Tropical Blue. HEX triplet: B8, D0 and EE. RGB value is (184,208,238). Sum of RGB (Red+Green+Blue) = 184+208+238=630 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.21% from 630); Green value is 208 (81.64% from 255 or 33.02% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #B8D0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D0EE is #472F11. Grayscale: #CCCCCC. Windows color (decimal): -4665106 or 15651000. OLE color: 15651000.
HSL color Cylindrical-coordinate representation of color #B8D0EE: hue angle of 213.33º degrees, saturation: 0.61, 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 #B8D0EE is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 208 | 238 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.07 |
| HSL | 213.33º | 0.61% | 0.83% | - |
| HSV(B) | 213.33º | 0.23% | 0.93% | - |
| XYZ | 57.76 | 61.48 | 89.71 | - |
| YUV | 204.24 | 147.05 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 208 | 238 | 0.23 | 0.13 | 0 | 0.07 | 213.33 | 0.61 | 0.83 |
| Hex | B8 | D0 | EE | 17 | D | 0 | 7 | D5 | 3D | 53 |
| Octal | 270 | 320 | 356 | 27 | 15 | 0 | 7 | 325 | 75 | 123 |
| Binary | 10111000 | 11010000 | 11101110 | 10111 | 1101 | 0 | 111 | 11010101 | 111101 | 1010011 |
Color Harmonies of #B8D0EE
Complementary color
Monochromatic Colors of #B8D0EE
Black with #B8D0EE
Text Example
Text Example
White with #B8D0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D0EE; }
p { color: rgb(184,208,238); }
H1.HeaderClassName
{
color: #B8D0EE;
}
.AnyTagClassName
{
color: #B8D0EE;
}
</style>
background-color css
<style>
a { background-color: #B8D0EE; }
a { background-color: rgb(184,208,238); }
div.DivClassName
{
background-color: #B8D0EE;
}
.BgClassName
{
background-color: #B8D0EE;
}
</style>
border-color css
<style>
span { border-color: #B8D0EE; }
span { border-color: rgb(184,208,238); }
td.TdClassName
{
border-color: #B8D0EE;
}
.TagClassName
{
border-color: #B8D0EE;
}
</style>