Shades of Tropical Blue #B3CCF0
Tints of Tropical Blue #B3CCF0
RGB
CMYK
RGB Variations
Color information
#B3CCF0 (or 0xB3CCF0) is known color: Tropical Blue. HEX triplet: B3, CC and F0. RGB value is (179,204,240). Sum of RGB (Red+Green+Blue) = 179+204+240=623 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.73% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 240 (94.14% from 255 or 38.52% from 623); Max value from RGB is 240 - color contains mainly: blue. Hex color #B3CCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CCF0 is #4C330F. Grayscale: #C8C8C8. Windows color (decimal): -4993808 or 15781043. OLE color: 15781043.
HSL color Cylindrical-coordinate representation of color #B3CCF0: hue angle of 215.41º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3CCF0 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 204 | 240 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.06 |
| HSL | 215.41º | 0.67% | 0.82% | - |
| HSV(B) | 215.41º | 0.25% | 0.94% | - |
| XYZ | 55.91 | 59.06 | 90.89 | - |
| YUV | 200.63 | 150.22 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 204 | 240 | 0.25 | 0.15 | 0 | 0.06 | 215.41 | 0.67 | 0.82 |
| Hex | B3 | CC | F0 | 19 | F | 0 | 6 | D7 | 43 | 52 |
| Octal | 263 | 314 | 360 | 31 | 17 | 0 | 6 | 327 | 103 | 122 |
| Binary | 10110011 | 11001100 | 11110000 | 11001 | 1111 | 0 | 110 | 11010111 | 1000011 | 1010010 |
Color Harmonies of #B3CCF0
Complementary color
Monochromatic Colors of #B3CCF0
Black with #B3CCF0
Text Example
Text Example
White with #B3CCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CCF0; }
p { color: rgb(179,204,240); }
H1.HeaderClassName
{
color: #B3CCF0;
}
.AnyTagClassName
{
color: #B3CCF0;
}
</style>
background-color css
<style>
a { background-color: #B3CCF0; }
a { background-color: rgb(179,204,240); }
div.DivClassName
{
background-color: #B3CCF0;
}
.BgClassName
{
background-color: #B3CCF0;
}
</style>
border-color css
<style>
span { border-color: #B3CCF0; }
span { border-color: rgb(179,204,240); }
td.TdClassName
{
border-color: #B3CCF0;
}
.TagClassName
{
border-color: #B3CCF0;
}
</style>