Shades of Tropical Blue #B3CAFF
Tints of Tropical Blue #B3CAFF
RGB
CMYK
RGB Variations
Color information
#B3CAFF (or 0xB3CAFF) is known color: Tropical Blue. HEX triplet: B3, CA and FF. RGB value is (179,202,255). Sum of RGB (Red+Green+Blue) = 179+202+255=636 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.14% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3CAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CAFF is #4C3500. Grayscale: #C8C8C8. Windows color (decimal): -4994305 or 16763571. OLE color: 16763571.
HSL color Cylindrical-coordinate representation of color #B3CAFF: hue angle of 221.84º 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 #B3CAFF is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 202 | 255 | - |
| CMYK | 0.30 | 0.21 | 0 | 0 |
| HSL | 221.84º | 1% | 0.85% | - |
| HSV(B) | 221.84º | 0.3% | 1% | - |
| XYZ | 57.76 | 59.04 | 102.96 | - |
| YUV | 201.17 | 158.38 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 202 | 255 | 0.30 | 0.21 | 0 | 0 | 221.84 | 1 | 0.85 |
| Hex | B3 | CA | FF | 1E | 15 | 0 | 0 | DE | 64 | 55 |
| Octal | 263 | 312 | 377 | 36 | 25 | 0 | 0 | 336 | 144 | 125 |
| Binary | 10110011 | 11001010 | 11111111 | 11110 | 10101 | 0 | 0 | 11011110 | 1100100 | 1010101 |
Color Harmonies of #B3CAFF
Complementary color
Monochromatic Colors of #B3CAFF
Black with #B3CAFF
Text Example
Text Example
White with #B3CAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CAFF; }
p { color: rgb(179,202,255); }
H1.HeaderClassName
{
color: #B3CAFF;
}
.AnyTagClassName
{
color: #B3CAFF;
}
</style>
background-color css
<style>
a { background-color: #B3CAFF; }
a { background-color: rgb(179,202,255); }
div.DivClassName
{
background-color: #B3CAFF;
}
.BgClassName
{
background-color: #B3CAFF;
}
</style>
border-color css
<style>
span { border-color: #B3CAFF; }
span { border-color: rgb(179,202,255); }
td.TdClassName
{
border-color: #B3CAFF;
}
.TagClassName
{
border-color: #B3CAFF;
}
</style>