Shades of Tropical Blue #B2C8EF
Tints of Tropical Blue #B2C8EF
RGB
CMYK
RGB Variations
Color information
#B2C8EF (or 0xB2C8EF) is known color: Tropical Blue. HEX triplet: B2, C8 and EF. RGB value is (178,200,239). Sum of RGB (Red+Green+Blue) = 178+200+239=617 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.85% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #B2C8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C8EF is #4D3710. Grayscale: #C5C5C5. Windows color (decimal): -5060369 or 15714482. OLE color: 15714482.
HSL color Cylindrical-coordinate representation of color #B2C8EF: hue angle of 218.36º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2C8EF is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 200 | 239 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.06 |
| HSL | 218.36º | 0.66% | 0.82% | - |
| HSV(B) | 218.36º | 0.26% | 0.94% | - |
| XYZ | 54.59 | 57.01 | 89.79 | - |
| YUV | 197.87 | 151.21 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 200 | 239 | 0.26 | 0.16 | 0 | 0.06 | 218.36 | 0.66 | 0.82 |
| Hex | B2 | C8 | EF | 1A | 10 | 0 | 6 | DA | 42 | 52 |
| Octal | 262 | 310 | 357 | 32 | 20 | 0 | 6 | 332 | 102 | 122 |
| Binary | 10110010 | 11001000 | 11101111 | 11010 | 10000 | 0 | 110 | 11011010 | 1000010 | 1010010 |
Color Harmonies of #B2C8EF
Complementary color
Monochromatic Colors of #B2C8EF
Black with #B2C8EF
Text Example
Text Example
White with #B2C8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C8EF; }
p { color: rgb(178,200,239); }
H1.HeaderClassName
{
color: #B2C8EF;
}
.AnyTagClassName
{
color: #B2C8EF;
}
</style>
background-color css
<style>
a { background-color: #B2C8EF; }
a { background-color: rgb(178,200,239); }
div.DivClassName
{
background-color: #B2C8EF;
}
.BgClassName
{
background-color: #B2C8EF;
}
</style>
border-color css
<style>
span { border-color: #B2C8EF; }
span { border-color: rgb(178,200,239); }
td.TdClassName
{
border-color: #B2C8EF;
}
.TagClassName
{
border-color: #B2C8EF;
}
</style>