Shades of Tropical Blue #B7CEFF
Tints of Tropical Blue #B7CEFF
RGB
CMYK
RGB Variations
Color information
#B7CEFF (or 0xB7CEFF) is known color: Tropical Blue. HEX triplet: B7, CE and FF. RGB value is (183,206,255). Sum of RGB (Red+Green+Blue) = 183+206+255=644 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.42% from 644); Green value is 206 (80.86% from 255 or 31.99% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7CEFF is #483100. Grayscale: #CCCCCC. Windows color (decimal): -4731137 or 16764599. OLE color: 16764599.
HSL color Cylindrical-coordinate representation of color #B7CEFF: hue angle of 220.83º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7CEFF is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 206 | 255 | - |
| CMYK | 0.28 | 0.19 | 0 | 0 |
| HSL | 220.83º | 1% | 0.86% | - |
| HSV(B) | 220.83º | 0.28% | 1% | - |
| XYZ | 59.65 | 61.43 | 103.32 | - |
| YUV | 204.71 | 156.38 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 206 | 255 | 0.28 | 0.19 | 0 | 0 | 220.83 | 1 | 0.86 |
| Hex | B7 | CE | FF | 1C | 13 | 0 | 0 | DD | 64 | 56 |
| Octal | 267 | 316 | 377 | 34 | 23 | 0 | 0 | 335 | 144 | 126 |
| Binary | 10110111 | 11001110 | 11111111 | 11100 | 10011 | 0 | 0 | 11011101 | 1100100 | 1010110 |
Color Harmonies of #B7CEFF
Complementary color
Monochromatic Colors of #B7CEFF
Black with #B7CEFF
Text Example
Text Example
White with #B7CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CEFF; }
p { color: rgb(183,206,255); }
H1.HeaderClassName
{
color: #B7CEFF;
}
.AnyTagClassName
{
color: #B7CEFF;
}
</style>
background-color css
<style>
a { background-color: #B7CEFF; }
a { background-color: rgb(183,206,255); }
div.DivClassName
{
background-color: #B7CEFF;
}
.BgClassName
{
background-color: #B7CEFF;
}
</style>
border-color css
<style>
span { border-color: #B7CEFF; }
span { border-color: rgb(183,206,255); }
td.TdClassName
{
border-color: #B7CEFF;
}
.TagClassName
{
border-color: #B7CEFF;
}
</style>