Shades of Tropical Blue #B0CCF0
Tints of Tropical Blue #B0CCF0
RGB
CMYK
RGB Variations
Color information
#B0CCF0 (or 0xB0CCF0) is known color: Tropical Blue. HEX triplet: B0, CC and F0. RGB value is (176,204,240). Sum of RGB (Red+Green+Blue) = 176+204+240=620 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.39% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 240 - color contains mainly: blue. Hex color #B0CCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CCF0 is #4F330F. Grayscale: #C7C7C7. Windows color (decimal): -5190416 or 15781040. OLE color: 15781040.
HSL color Cylindrical-coordinate representation of color #B0CCF0: hue angle of 213.75º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0CCF0 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 204 | 240 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.06 |
| HSL | 213.75º | 0.68% | 0.82% | - |
| HSV(B) | 213.75º | 0.27% | 0.94% | - |
| XYZ | 55.23 | 58.71 | 90.86 | - |
| YUV | 199.73 | 150.72 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 204 | 240 | 0.27 | 0.15 | 0 | 0.06 | 213.75 | 0.68 | 0.82 |
| Hex | B0 | CC | F0 | 1B | F | 0 | 6 | D6 | 44 | 52 |
| Octal | 260 | 314 | 360 | 33 | 17 | 0 | 6 | 326 | 104 | 122 |
| Binary | 10110000 | 11001100 | 11110000 | 11011 | 1111 | 0 | 110 | 11010110 | 1000100 | 1010010 |
Color Harmonies of #B0CCF0
Complementary color
Monochromatic Colors of #B0CCF0
Black with #B0CCF0
Text Example
Text Example
White with #B0CCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CCF0; }
p { color: rgb(176,204,240); }
H1.HeaderClassName
{
color: #B0CCF0;
}
.AnyTagClassName
{
color: #B0CCF0;
}
</style>
background-color css
<style>
a { background-color: #B0CCF0; }
a { background-color: rgb(176,204,240); }
div.DivClassName
{
background-color: #B0CCF0;
}
.BgClassName
{
background-color: #B0CCF0;
}
</style>
border-color css
<style>
span { border-color: #B0CCF0; }
span { border-color: rgb(176,204,240); }
td.TdClassName
{
border-color: #B0CCF0;
}
.TagClassName
{
border-color: #B0CCF0;
}
</style>