Shades of Tropical Blue #B7CDF0
Tints of Tropical Blue #B7CDF0
RGB
CMYK
RGB Variations
Color information
#B7CDF0 (or 0xB7CDF0) is known color: Tropical Blue. HEX triplet: B7, CD and F0. RGB value is (183,205,240). Sum of RGB (Red+Green+Blue) = 183+205+240=628 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.14% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 240 (94.14% from 255 or 38.22% from 628); Max value from RGB is 240 - color contains mainly: blue. Hex color #B7CDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7CDF0 is #48320F. Grayscale: #CACACA. Windows color (decimal): -4731408 or 15781303. OLE color: 15781303.
HSL color Cylindrical-coordinate representation of color #B7CDF0: hue angle of 216.84º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7CDF0 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 205 | 240 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.06 |
| HSL | 216.84º | 0.66% | 0.83% | - |
| HSV(B) | 216.84º | 0.24% | 0.94% | - |
| XYZ | 57.09 | 60.02 | 91.01 | - |
| YUV | 202.41 | 149.21 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 205 | 240 | 0.24 | 0.15 | 0 | 0.06 | 216.84 | 0.66 | 0.83 |
| Hex | B7 | CD | F0 | 18 | F | 0 | 6 | D9 | 42 | 53 |
| Octal | 267 | 315 | 360 | 30 | 17 | 0 | 6 | 331 | 102 | 123 |
| Binary | 10110111 | 11001101 | 11110000 | 11000 | 1111 | 0 | 110 | 11011001 | 1000010 | 1010011 |
Color Harmonies of #B7CDF0
Complementary color
Monochromatic Colors of #B7CDF0
Black with #B7CDF0
Text Example
Text Example
White with #B7CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CDF0; }
p { color: rgb(183,205,240); }
H1.HeaderClassName
{
color: #B7CDF0;
}
.AnyTagClassName
{
color: #B7CDF0;
}
</style>
background-color css
<style>
a { background-color: #B7CDF0; }
a { background-color: rgb(183,205,240); }
div.DivClassName
{
background-color: #B7CDF0;
}
.BgClassName
{
background-color: #B7CDF0;
}
</style>
border-color css
<style>
span { border-color: #B7CDF0; }
span { border-color: rgb(183,205,240); }
td.TdClassName
{
border-color: #B7CDF0;
}
.TagClassName
{
border-color: #B7CDF0;
}
</style>