Shades of Tropical Blue #B2CCF8
Tints of Tropical Blue #B2CCF8
RGB
CMYK
RGB Variations
Color information
#B2CCF8 (or 0xB2CCF8) is known color: Tropical Blue. HEX triplet: B2, CC and F8. RGB value is (178,204,248). Sum of RGB (Red+Green+Blue) = 178+204+248=630 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.25% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 248 (97.27% from 255 or 39.37% from 630); Max value from RGB is 248 - color contains mainly: blue. Hex color #B2CCF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CCF8 is #4D3307. Grayscale: #C9C9C9. Windows color (decimal): -5059336 or 16305330. OLE color: 16305330.
HSL color Cylindrical-coordinate representation of color #B2CCF8: hue angle of 217.71º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2CCF8 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 204 | 248 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.03 |
| HSL | 217.71º | 0.83% | 0.84% | - |
| HSV(B) | 217.71º | 0.28% | 0.97% | - |
| XYZ | 56.9 | 59.43 | 97.28 | - |
| YUV | 201.24 | 154.39 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 204 | 248 | 0.28 | 0.18 | 0 | 0.03 | 217.71 | 0.83 | 0.84 |
| Hex | B2 | CC | F8 | 1C | 12 | 0 | 3 | DA | 53 | 54 |
| Octal | 262 | 314 | 370 | 34 | 22 | 0 | 3 | 332 | 123 | 124 |
| Binary | 10110010 | 11001100 | 11111000 | 11100 | 10010 | 0 | 11 | 11011010 | 1010011 | 1010100 |
Color Harmonies of #B2CCF8
Complementary color
Monochromatic Colors of #B2CCF8
Black with #B2CCF8
Text Example
Text Example
White with #B2CCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CCF8; }
p { color: rgb(178,204,248); }
H1.HeaderClassName
{
color: #B2CCF8;
}
.AnyTagClassName
{
color: #B2CCF8;
}
</style>
background-color css
<style>
a { background-color: #B2CCF8; }
a { background-color: rgb(178,204,248); }
div.DivClassName
{
background-color: #B2CCF8;
}
.BgClassName
{
background-color: #B2CCF8;
}
</style>
border-color css
<style>
span { border-color: #B2CCF8; }
span { border-color: rgb(178,204,248); }
td.TdClassName
{
border-color: #B2CCF8;
}
.TagClassName
{
border-color: #B2CCF8;
}
</style>