Shades of Tropical Blue #B2CAFF
Tints of Tropical Blue #B2CAFF
RGB
CMYK
RGB Variations
Color information
#B2CAFF (or 0xB2CAFF) is known color: Tropical Blue. HEX triplet: B2, CA and FF. RGB value is (178,202,255). Sum of RGB (Red+Green+Blue) = 178+202+255=635 (84% of max value = 765). Red value is 178 (69.92% from 255 or 28.03% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2CAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CAFF is #4D3500. Grayscale: #C8C8C8. Windows color (decimal): -5059841 or 16763570. OLE color: 16763570.
HSL color Cylindrical-coordinate representation of color #B2CAFF: hue angle of 221.3º 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 #B2CAFF is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 202 | 255 | - |
| CMYK | 0.30 | 0.21 | 0 | 0 |
| HSL | 221.3º | 1% | 0.85% | - |
| HSV(B) | 221.3º | 0.3% | 1% | - |
| XYZ | 57.53 | 58.93 | 102.95 | - |
| YUV | 200.87 | 158.55 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 255 | 0.30 | 0.21 | 0 | 0 | 221.3 | 1 | 0.85 |
| Hex | B2 | CA | FF | 1E | 15 | 0 | 0 | DD | 64 | 55 |
| Octal | 262 | 312 | 377 | 36 | 25 | 0 | 0 | 335 | 144 | 125 |
| Binary | 10110010 | 11001010 | 11111111 | 11110 | 10101 | 0 | 0 | 11011101 | 1100100 | 1010101 |
Color Harmonies of #B2CAFF
Complementary color
Monochromatic Colors of #B2CAFF
Black with #B2CAFF
Text Example
Text Example
White with #B2CAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CAFF; }
p { color: rgb(178,202,255); }
H1.HeaderClassName
{
color: #B2CAFF;
}
.AnyTagClassName
{
color: #B2CAFF;
}
</style>
background-color css
<style>
a { background-color: #B2CAFF; }
a { background-color: rgb(178,202,255); }
div.DivClassName
{
background-color: #B2CAFF;
}
.BgClassName
{
background-color: #B2CAFF;
}
</style>
border-color css
<style>
span { border-color: #B2CAFF; }
span { border-color: rgb(178,202,255); }
td.TdClassName
{
border-color: #B2CAFF;
}
.TagClassName
{
border-color: #B2CAFF;
}
</style>