Shades of Tropical Blue #B7C8FC
Tints of Tropical Blue #B7C8FC
RGB
CMYK
RGB Variations
Color information
#B7C8FC (or 0xB7C8FC) is known color: Tropical Blue. HEX triplet: B7, C8 and FC. RGB value is (183,200,252). Sum of RGB (Red+Green+Blue) = 183+200+252=635 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.82% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #B7C8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7C8FC is #483703. Grayscale: #C8C8C8. Windows color (decimal): -4732676 or 16566455. OLE color: 16566455.
HSL color Cylindrical-coordinate representation of color #B7C8FC: hue angle of 225.22º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7C8FC is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 200 | 252 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.01 |
| HSL | 225.22º | 0.92% | 0.85% | - |
| HSV(B) | 225.22º | 0.27% | 0.99% | - |
| XYZ | 57.75 | 58.4 | 100.32 | - |
| YUV | 200.85 | 156.87 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 200 | 252 | 0.27 | 0.21 | 0 | 0.01 | 225.22 | 0.92 | 0.85 |
| Hex | B7 | C8 | FC | 1B | 15 | 0 | 1 | E1 | 5C | 55 |
| Octal | 267 | 310 | 374 | 33 | 25 | 0 | 1 | 341 | 134 | 125 |
| Binary | 10110111 | 11001000 | 11111100 | 11011 | 10101 | 0 | 1 | 11100001 | 1011100 | 1010101 |
Color Harmonies of #B7C8FC
Complementary color
Monochromatic Colors of #B7C8FC
Black with #B7C8FC
Text Example
Text Example
White with #B7C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C8FC; }
p { color: rgb(183,200,252); }
H1.HeaderClassName
{
color: #B7C8FC;
}
.AnyTagClassName
{
color: #B7C8FC;
}
</style>
background-color css
<style>
a { background-color: #B7C8FC; }
a { background-color: rgb(183,200,252); }
div.DivClassName
{
background-color: #B7C8FC;
}
.BgClassName
{
background-color: #B7C8FC;
}
</style>
border-color css
<style>
span { border-color: #B7C8FC; }
span { border-color: rgb(183,200,252); }
td.TdClassName
{
border-color: #B7C8FC;
}
.TagClassName
{
border-color: #B7C8FC;
}
</style>