Shades of Tropical Blue #B7CFEC
Tints of Tropical Blue #B7CFEC
RGB
CMYK
RGB Variations
Color information
#B7CFEC (or 0xB7CFEC) is known color: Tropical Blue. HEX triplet: B7, CF and EC. RGB value is (183,207,236). Sum of RGB (Red+Green+Blue) = 183+207+236=626 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.23% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #B7CFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7CFEC is #483013. Grayscale: #CACACA. Windows color (decimal): -4730900 or 15519671. OLE color: 15519671.
HSL color Cylindrical-coordinate representation of color #B7CFEC: hue angle of 212.83º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7CFEC is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 207 | 236 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.07 |
| HSL | 212.83º | 0.58% | 0.82% | - |
| HSV(B) | 212.83º | 0.22% | 0.93% | - |
| XYZ | 56.98 | 60.75 | 88.08 | - |
| YUV | 203.13 | 146.55 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 207 | 236 | 0.22 | 0.12 | 0 | 0.07 | 212.83 | 0.58 | 0.82 |
| Hex | B7 | CF | EC | 16 | C | 0 | 7 | D5 | 3A | 52 |
| Octal | 267 | 317 | 354 | 26 | 14 | 0 | 7 | 325 | 72 | 122 |
| Binary | 10110111 | 11001111 | 11101100 | 10110 | 1100 | 0 | 111 | 11010101 | 111010 | 1010010 |
Color Harmonies of #B7CFEC
Complementary color
Monochromatic Colors of #B7CFEC
Black with #B7CFEC
Text Example
Text Example
White with #B7CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CFEC; }
p { color: rgb(183,207,236); }
H1.HeaderClassName
{
color: #B7CFEC;
}
.AnyTagClassName
{
color: #B7CFEC;
}
</style>
background-color css
<style>
a { background-color: #B7CFEC; }
a { background-color: rgb(183,207,236); }
div.DivClassName
{
background-color: #B7CFEC;
}
.BgClassName
{
background-color: #B7CFEC;
}
</style>
border-color css
<style>
span { border-color: #B7CFEC; }
span { border-color: rgb(183,207,236); }
td.TdClassName
{
border-color: #B7CFEC;
}
.TagClassName
{
border-color: #B7CFEC;
}
</style>