Shades of Tropical Blue #B2C8F9
Tints of Tropical Blue #B2C8F9
RGB
CMYK
RGB Variations
Color information
#B2C8F9 (or 0xB2C8F9) is known color: Tropical Blue. HEX triplet: B2, C8 and F9. RGB value is (178,200,249). Sum of RGB (Red+Green+Blue) = 178+200+249=627 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.39% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 249 (97.66% from 255 or 39.71% from 627); Max value from RGB is 249 - color contains mainly: blue. Hex color #B2C8F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C8F9 is #4D3706. Grayscale: #C6C6C6. Windows color (decimal): -5060359 or 16369842. OLE color: 16369842.
HSL color Cylindrical-coordinate representation of color #B2C8F9: hue angle of 221.41º degrees, saturation: 0.86, 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 #B2C8F9 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 200 | 249 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.02 |
| HSL | 221.41º | 0.86% | 0.84% | - |
| HSV(B) | 221.41º | 0.29% | 0.98% | - |
| XYZ | 56.11 | 57.61 | 97.79 | - |
| YUV | 199.01 | 156.21 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 200 | 249 | 0.29 | 0.20 | 0 | 0.02 | 221.41 | 0.86 | 0.84 |
| Hex | B2 | C8 | F9 | 1D | 14 | 0 | 2 | DD | 56 | 54 |
| Octal | 262 | 310 | 371 | 35 | 24 | 0 | 2 | 335 | 126 | 124 |
| Binary | 10110010 | 11001000 | 11111001 | 11101 | 10100 | 0 | 10 | 11011101 | 1010110 | 1010100 |
Color Harmonies of #B2C8F9
Complementary color
Monochromatic Colors of #B2C8F9
Black with #B2C8F9
Text Example
Text Example
White with #B2C8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C8F9; }
p { color: rgb(178,200,249); }
H1.HeaderClassName
{
color: #B2C8F9;
}
.AnyTagClassName
{
color: #B2C8F9;
}
</style>
background-color css
<style>
a { background-color: #B2C8F9; }
a { background-color: rgb(178,200,249); }
div.DivClassName
{
background-color: #B2C8F9;
}
.BgClassName
{
background-color: #B2C8F9;
}
</style>
border-color css
<style>
span { border-color: #B2C8F9; }
span { border-color: rgb(178,200,249); }
td.TdClassName
{
border-color: #B2C8F9;
}
.TagClassName
{
border-color: #B2C8F9;
}
</style>