Shades of Tropical Blue #B2CCEE
Tints of Tropical Blue #B2CCEE
RGB
CMYK
RGB Variations
Color information
#B2CCEE (or 0xB2CCEE) is known color: Tropical Blue. HEX triplet: B2, CC and EE. RGB value is (178,204,238). Sum of RGB (Red+Green+Blue) = 178+204+238=620 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.71% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #B2CCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CCEE is #4D3311. Grayscale: #C7C7C7. Windows color (decimal): -5059346 or 15649970. OLE color: 15649970.
HSL color Cylindrical-coordinate representation of color #B2CCEE: hue angle of 214º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2CCEE is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 204 | 238 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.07 |
| HSL | 214º | 0.64% | 0.82% | - |
| HSV(B) | 214º | 0.25% | 0.93% | - |
| XYZ | 55.39 | 58.82 | 89.32 | - |
| YUV | 200.1 | 149.39 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 204 | 238 | 0.25 | 0.14 | 0 | 0.07 | 214 | 0.64 | 0.82 |
| Hex | B2 | CC | EE | 19 | E | 0 | 7 | D6 | 40 | 52 |
| Octal | 262 | 314 | 356 | 31 | 16 | 0 | 7 | 326 | 100 | 122 |
| Binary | 10110010 | 11001100 | 11101110 | 11001 | 1110 | 0 | 111 | 11010110 | 1000000 | 1010010 |
Color Harmonies of #B2CCEE
Complementary color
Monochromatic Colors of #B2CCEE
Black with #B2CCEE
Text Example
Text Example
White with #B2CCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CCEE; }
p { color: rgb(178,204,238); }
H1.HeaderClassName
{
color: #B2CCEE;
}
.AnyTagClassName
{
color: #B2CCEE;
}
</style>
background-color css
<style>
a { background-color: #B2CCEE; }
a { background-color: rgb(178,204,238); }
div.DivClassName
{
background-color: #B2CCEE;
}
.BgClassName
{
background-color: #B2CCEE;
}
</style>
border-color css
<style>
span { border-color: #B2CCEE; }
span { border-color: rgb(178,204,238); }
td.TdClassName
{
border-color: #B2CCEE;
}
.TagClassName
{
border-color: #B2CCEE;
}
</style>