Shades of Tropical Blue #B7CDF1
Tints of Tropical Blue #B7CDF1
RGB
CMYK
RGB Variations
Color information
#B7CDF1 (or 0xB7CDF1) is known color: Tropical Blue. HEX triplet: B7, CD and F1. RGB value is (183,205,241). Sum of RGB (Red+Green+Blue) = 183+205+241=629 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.09% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #B7CDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7CDF1 is #48320E. Grayscale: #CACACA. Windows color (decimal): -4731407 or 15846839. OLE color: 15846839.
HSL color Cylindrical-coordinate representation of color #B7CDF1: hue angle of 217.24º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7CDF1 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 205 | 241 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.05 |
| HSL | 217.24º | 0.67% | 0.83% | - |
| HSV(B) | 217.24º | 0.24% | 0.95% | - |
| XYZ | 57.24 | 60.08 | 91.8 | - |
| YUV | 202.53 | 149.71 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 205 | 241 | 0.24 | 0.15 | 0 | 0.05 | 217.24 | 0.67 | 0.83 |
| Hex | B7 | CD | F1 | 18 | F | 0 | 5 | D9 | 43 | 53 |
| Octal | 267 | 315 | 361 | 30 | 17 | 0 | 5 | 331 | 103 | 123 |
| Binary | 10110111 | 11001101 | 11110001 | 11000 | 1111 | 0 | 101 | 11011001 | 1000011 | 1010011 |
Color Harmonies of #B7CDF1
Complementary color
Monochromatic Colors of #B7CDF1
Black with #B7CDF1
Text Example
Text Example
White with #B7CDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CDF1; }
p { color: rgb(183,205,241); }
H1.HeaderClassName
{
color: #B7CDF1;
}
.AnyTagClassName
{
color: #B7CDF1;
}
</style>
background-color css
<style>
a { background-color: #B7CDF1; }
a { background-color: rgb(183,205,241); }
div.DivClassName
{
background-color: #B7CDF1;
}
.BgClassName
{
background-color: #B7CDF1;
}
</style>
border-color css
<style>
span { border-color: #B7CDF1; }
span { border-color: rgb(183,205,241); }
td.TdClassName
{
border-color: #B7CDF1;
}
.TagClassName
{
border-color: #B7CDF1;
}
</style>