Shades of Tropical Blue #B7CDEE
Tints of Tropical Blue #B7CDEE
RGB
CMYK
RGB Variations
Color information
#B7CDEE (or 0xB7CDEE) is known color: Tropical Blue. HEX triplet: B7, CD and EE. RGB value is (183,205,238). Sum of RGB (Red+Green+Blue) = 183+205+238=626 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.23% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #B7CDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7CDEE is #483211. Grayscale: #CACACA. Windows color (decimal): -4731410 or 15650231. OLE color: 15650231.
HSL color Cylindrical-coordinate representation of color #B7CDEE: hue angle of 216º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7CDEE is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 183 | 205 | 238 | - |
CMYK | 0.23 | 0.14 | 0 | 0.07 |
HSL | 216º | 0.62% | 0.83% | - |
HSV(B) | 216º | 0.23% | 0.93% | - |
XYZ | 56.79 | 59.9 | 89.46 | - |
YUV | 202.18 | 148.21 | 114.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 205 | 238 | 0.23 | 0.14 | 0 | 0.07 | 216 | 0.62 | 0.83 |
Hex | B7 | CD | EE | 17 | E | 0 | 7 | D8 | 3E | 53 |
Octal | 267 | 315 | 356 | 27 | 16 | 0 | 7 | 330 | 76 | 123 |
Binary | 10110111 | 11001101 | 11101110 | 10111 | 1110 | 0 | 111 | 11011000 | 111110 | 1010011 |
Color Harmonies of #B7CDEE
Complementary color
Monochromatic Colors of #B7CDEE
Black with #B7CDEE
Text Example
Text Example
White with #B7CDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CDEE; }
p { color: rgb(183,205,238); }
H1.HeaderClassName
{
color: #B7CDEE;
}
.AnyTagClassName
{
color: #B7CDEE;
}
</style>
background-color css
<style>
a { background-color: #B7CDEE; }
a { background-color: rgb(183,205,238); }
div.DivClassName
{
background-color: #B7CDEE;
}
.BgClassName
{
background-color: #B7CDEE;
}
</style>
border-color css
<style>
span { border-color: #B7CDEE; }
span { border-color: rgb(183,205,238); }
td.TdClassName
{
border-color: #B7CDEE;
}
.TagClassName
{
border-color: #B7CDEE;
}
</style>