Shades of Tropical Blue #B2C6FA
Tints of Tropical Blue #B2C6FA
RGB
CMYK
RGB Variations
Color information
#B2C6FA (or 0xB2C6FA) is known color: Tropical Blue. HEX triplet: B2, C6 and FA. RGB value is (178,198,250). Sum of RGB (Red+Green+Blue) = 178+198+250=626 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.43% from 626); Green value is 198 (77.73% from 255 or 31.63% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2C6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C6FA is #4D3905. Grayscale: #C5C5C5. Windows color (decimal): -5060870 or 16434866. OLE color: 16434866.
HSL color Cylindrical-coordinate representation of color #B2C6FA: hue angle of 223.33º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2C6FA is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 198 | 250 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.02 |
| HSL | 223.33º | 0.88% | 0.84% | - |
| HSV(B) | 223.33º | 0.29% | 0.98% | - |
| XYZ | 55.81 | 56.76 | 98.46 | - |
| YUV | 197.95 | 157.37 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 198 | 250 | 0.29 | 0.21 | 0 | 0.02 | 223.33 | 0.88 | 0.84 |
| Hex | B2 | C6 | FA | 1D | 15 | 0 | 2 | DF | 58 | 54 |
| Octal | 262 | 306 | 372 | 35 | 25 | 0 | 2 | 337 | 130 | 124 |
| Binary | 10110010 | 11000110 | 11111010 | 11101 | 10101 | 0 | 10 | 11011111 | 1011000 | 1010100 |
Color Harmonies of #B2C6FA
Complementary color
Monochromatic Colors of #B2C6FA
Black with #B2C6FA
Text Example
Text Example
White with #B2C6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C6FA; }
p { color: rgb(178,198,250); }
H1.HeaderClassName
{
color: #B2C6FA;
}
.AnyTagClassName
{
color: #B2C6FA;
}
</style>
background-color css
<style>
a { background-color: #B2C6FA; }
a { background-color: rgb(178,198,250); }
div.DivClassName
{
background-color: #B2C6FA;
}
.BgClassName
{
background-color: #B2C6FA;
}
</style>
border-color css
<style>
span { border-color: #B2C6FA; }
span { border-color: rgb(178,198,250); }
td.TdClassName
{
border-color: #B2C6FA;
}
.TagClassName
{
border-color: #B2C6FA;
}
</style>