Shades of Tropical Blue #B0CCE4
Tints of Tropical Blue #B0CCE4
RGB
CMYK
RGB Variations
Color information
#B0CCE4 (or 0xB0CCE4) is known color: Tropical Blue. HEX triplet: B0, CC and E4. RGB value is (176,204,228). Sum of RGB (Red+Green+Blue) = 176+204+228=608 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.95% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 228 (89.45% from 255 or 37.5% from 608); Max value from RGB is 228 - color contains mainly: blue. Hex color #B0CCE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CCE4 is #4F331B. Grayscale: #C6C6C6. Windows color (decimal): -5190428 or 14994608. OLE color: 14994608.
HSL color Cylindrical-coordinate representation of color #B0CCE4: hue angle of 207.69º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0CCE4 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 204 | 228 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.11 |
| HSL | 207.69º | 0.49% | 0.79% | - |
| HSV(B) | 207.69º | 0.23% | 0.89% | - |
| XYZ | 53.5 | 58.02 | 81.78 | - |
| YUV | 198.36 | 144.72 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 204 | 228 | 0.23 | 0.11 | 0 | 0.11 | 207.69 | 0.49 | 0.79 |
| Hex | B0 | CC | E4 | 17 | B | 0 | B | D0 | 31 | 4F |
| Octal | 260 | 314 | 344 | 27 | 13 | 0 | 13 | 320 | 61 | 117 |
| Binary | 10110000 | 11001100 | 11100100 | 10111 | 1011 | 0 | 1011 | 11010000 | 110001 | 1001111 |
Color Harmonies of #B0CCE4
Complementary color
Monochromatic Colors of #B0CCE4
Black with #B0CCE4
Text Example
Text Example
White with #B0CCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CCE4; }
p { color: rgb(176,204,228); }
H1.HeaderClassName
{
color: #B0CCE4;
}
.AnyTagClassName
{
color: #B0CCE4;
}
</style>
background-color css
<style>
a { background-color: #B0CCE4; }
a { background-color: rgb(176,204,228); }
div.DivClassName
{
background-color: #B0CCE4;
}
.BgClassName
{
background-color: #B0CCE4;
}
</style>
border-color css
<style>
span { border-color: #B0CCE4; }
span { border-color: rgb(176,204,228); }
td.TdClassName
{
border-color: #B0CCE4;
}
.TagClassName
{
border-color: #B0CCE4;
}
</style>