Shades of Tropical Blue #B7CDEF
Tints of Tropical Blue #B7CDEF
RGB
CMYK
RGB Variations
Color information
#B7CDEF (or 0xB7CDEF) is known color: Tropical Blue. HEX triplet: B7, CD and EF. RGB value is (183,205,239). Sum of RGB (Red+Green+Blue) = 183+205+239=627 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.19% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #B7CDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7CDEF is #483210. Grayscale: #CACACA. Windows color (decimal): -4731409 or 15715767. OLE color: 15715767.
HSL color Cylindrical-coordinate representation of color #B7CDEF: hue angle of 216.43º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7CDEF is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 205 | 239 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.06 |
| HSL | 216.43º | 0.64% | 0.83% | - |
| HSV(B) | 216.43º | 0.23% | 0.94% | - |
| XYZ | 56.94 | 59.96 | 90.23 | - |
| YUV | 202.3 | 148.71 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 205 | 239 | 0.23 | 0.14 | 0 | 0.06 | 216.43 | 0.64 | 0.83 |
| Hex | B7 | CD | EF | 17 | E | 0 | 6 | D8 | 40 | 53 |
| Octal | 267 | 315 | 357 | 27 | 16 | 0 | 6 | 330 | 100 | 123 |
| Binary | 10110111 | 11001101 | 11101111 | 10111 | 1110 | 0 | 110 | 11011000 | 1000000 | 1010011 |
Color Harmonies of #B7CDEF
Complementary color
Monochromatic Colors of #B7CDEF
Black with #B7CDEF
Text Example
Text Example
White with #B7CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CDEF; }
p { color: rgb(183,205,239); }
H1.HeaderClassName
{
color: #B7CDEF;
}
.AnyTagClassName
{
color: #B7CDEF;
}
</style>
background-color css
<style>
a { background-color: #B7CDEF; }
a { background-color: rgb(183,205,239); }
div.DivClassName
{
background-color: #B7CDEF;
}
.BgClassName
{
background-color: #B7CDEF;
}
</style>
border-color css
<style>
span { border-color: #B7CDEF; }
span { border-color: rgb(183,205,239); }
td.TdClassName
{
border-color: #B7CDEF;
}
.TagClassName
{
border-color: #B7CDEF;
}
</style>