Shades of Tropical Blue #B3CBFF
Tints of Tropical Blue #B3CBFF
RGB
CMYK
RGB Variations
Color information
#B3CBFF (or 0xB3CBFF) is known color: Tropical Blue. HEX triplet: B3, CB and FF. RGB value is (179,203,255). Sum of RGB (Red+Green+Blue) = 179+203+255=637 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.10% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3CBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CBFF is #4C3400. Grayscale: #C9C9C9. Windows color (decimal): -4994049 or 16763827. OLE color: 16763827.
HSL color Cylindrical-coordinate representation of color #B3CBFF: hue angle of 221.05º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3CBFF is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 203 | 255 | - |
| CMYK | 0.30 | 0.20 | 0 | 0 |
| HSL | 221.05º | 1% | 0.85% | - |
| HSV(B) | 221.05º | 0.3% | 1% | - |
| XYZ | 58 | 59.52 | 103.04 | - |
| YUV | 201.75 | 158.05 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 203 | 255 | 0.30 | 0.20 | 0 | 0 | 221.05 | 1 | 0.85 |
| Hex | B3 | CB | FF | 1E | 14 | 0 | 0 | DD | 64 | 55 |
| Octal | 263 | 313 | 377 | 36 | 24 | 0 | 0 | 335 | 144 | 125 |
| Binary | 10110011 | 11001011 | 11111111 | 11110 | 10100 | 0 | 0 | 11011101 | 1100100 | 1010101 |
Color Harmonies of #B3CBFF
Complementary color
Monochromatic Colors of #B3CBFF
Black with #B3CBFF
Text Example
Text Example
White with #B3CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CBFF; }
p { color: rgb(179,203,255); }
H1.HeaderClassName
{
color: #B3CBFF;
}
.AnyTagClassName
{
color: #B3CBFF;
}
</style>
background-color css
<style>
a { background-color: #B3CBFF; }
a { background-color: rgb(179,203,255); }
div.DivClassName
{
background-color: #B3CBFF;
}
.BgClassName
{
background-color: #B3CBFF;
}
</style>
border-color css
<style>
span { border-color: #B3CBFF; }
span { border-color: rgb(179,203,255); }
td.TdClassName
{
border-color: #B3CBFF;
}
.TagClassName
{
border-color: #B3CBFF;
}
</style>