Shades of Tropical Blue #B2CEEF
Tints of Tropical Blue #B2CEEF
RGB
CMYK
RGB Variations
Color information
#B2CEEF (or 0xB2CEEF) is known color: Tropical Blue. HEX triplet: B2, CE and EF. RGB value is (178,206,239). Sum of RGB (Red+Green+Blue) = 178+206+239=623 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.57% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #B2CEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CEEF is #4D3110. Grayscale: #C9C9C9. Windows color (decimal): -5058833 or 15716018. OLE color: 15716018.
HSL color Cylindrical-coordinate representation of color #B2CEEF: hue angle of 212.46º 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 #B2CEEF is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 206 | 239 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.06 |
| HSL | 212.46º | 0.66% | 0.82% | - |
| HSV(B) | 212.46º | 0.26% | 0.94% | - |
| XYZ | 56.01 | 59.84 | 90.26 | - |
| YUV | 201.39 | 149.22 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 206 | 239 | 0.26 | 0.14 | 0 | 0.06 | 212.46 | 0.66 | 0.82 |
| Hex | B2 | CE | EF | 1A | E | 0 | 6 | D4 | 42 | 52 |
| Octal | 262 | 316 | 357 | 32 | 16 | 0 | 6 | 324 | 102 | 122 |
| Binary | 10110010 | 11001110 | 11101111 | 11010 | 1110 | 0 | 110 | 11010100 | 1000010 | 1010010 |
Color Harmonies of #B2CEEF
Complementary color
Monochromatic Colors of #B2CEEF
Black with #B2CEEF
Text Example
Text Example
White with #B2CEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CEEF; }
p { color: rgb(178,206,239); }
H1.HeaderClassName
{
color: #B2CEEF;
}
.AnyTagClassName
{
color: #B2CEEF;
}
</style>
background-color css
<style>
a { background-color: #B2CEEF; }
a { background-color: rgb(178,206,239); }
div.DivClassName
{
background-color: #B2CEEF;
}
.BgClassName
{
background-color: #B2CEEF;
}
</style>
border-color css
<style>
span { border-color: #B2CEEF; }
span { border-color: rgb(178,206,239); }
td.TdClassName
{
border-color: #B2CEEF;
}
.TagClassName
{
border-color: #B2CEEF;
}
</style>