Shades of Tropical Blue #B1CDEB
Tints of Tropical Blue #B1CDEB
RGB
CMYK
RGB Variations
Color information
#B1CDEB (or 0xB1CDEB) is known color: Tropical Blue. HEX triplet: B1, CD and EB. RGB value is (177,205,235). Sum of RGB (Red+Green+Blue) = 177+205+235=617 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.69% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1CDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CDEB is #4E3214. Grayscale: #C7C7C7. Windows color (decimal): -5124629 or 15453617. OLE color: 15453617.
HSL color Cylindrical-coordinate representation of color #B1CDEB: hue angle of 211.03º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1CDEB is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 205 | 235 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.08 |
| HSL | 211.03º | 0.59% | 0.81% | - |
| HSV(B) | 211.03º | 0.25% | 0.92% | - |
| XYZ | 54.96 | 59.01 | 87.09 | - |
| YUV | 200.05 | 147.72 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 205 | 235 | 0.25 | 0.13 | 0 | 0.08 | 211.03 | 0.59 | 0.81 |
| Hex | B1 | CD | EB | 19 | D | 0 | 8 | D3 | 3B | 51 |
| Octal | 261 | 315 | 353 | 31 | 15 | 0 | 10 | 323 | 73 | 121 |
| Binary | 10110001 | 11001101 | 11101011 | 11001 | 1101 | 0 | 1000 | 11010011 | 111011 | 1010001 |
Color Harmonies of #B1CDEB
Complementary color
Monochromatic Colors of #B1CDEB
Black with #B1CDEB
Text Example
Text Example
White with #B1CDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CDEB; }
p { color: rgb(177,205,235); }
H1.HeaderClassName
{
color: #B1CDEB;
}
.AnyTagClassName
{
color: #B1CDEB;
}
</style>
background-color css
<style>
a { background-color: #B1CDEB; }
a { background-color: rgb(177,205,235); }
div.DivClassName
{
background-color: #B1CDEB;
}
.BgClassName
{
background-color: #B1CDEB;
}
</style>
border-color css
<style>
span { border-color: #B1CDEB; }
span { border-color: rgb(177,205,235); }
td.TdClassName
{
border-color: #B1CDEB;
}
.TagClassName
{
border-color: #B1CDEB;
}
</style>