Shades of Tropical Blue #B4CDEB
Tints of Tropical Blue #B4CDEB
RGB
CMYK
RGB Variations
Color information
#B4CDEB (or 0xB4CDEB) is known color: Tropical Blue. HEX triplet: B4, CD and EB. RGB value is (180,205,235). Sum of RGB (Red+Green+Blue) = 180+205+235=620 (82% of max value = 765). Red value is 180 (70.70% from 255 or 29.03% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #B4CDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CDEB is #4B3214. Grayscale: #C8C8C8. Windows color (decimal): -4928021 or 15453620. OLE color: 15453620.
HSL color Cylindrical-coordinate representation of color #B4CDEB: hue angle of 212.73º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4CDEB is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 205 | 235 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.08 |
| HSL | 212.73º | 0.58% | 0.81% | - |
| HSV(B) | 212.73º | 0.23% | 0.92% | - |
| XYZ | 55.65 | 59.36 | 87.12 | - |
| YUV | 200.95 | 147.22 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 205 | 235 | 0.23 | 0.13 | 0 | 0.08 | 212.73 | 0.58 | 0.81 |
| Hex | B4 | CD | EB | 17 | D | 0 | 8 | D5 | 3A | 51 |
| Octal | 264 | 315 | 353 | 27 | 15 | 0 | 10 | 325 | 72 | 121 |
| Binary | 10110100 | 11001101 | 11101011 | 10111 | 1101 | 0 | 1000 | 11010101 | 111010 | 1010001 |
Color Harmonies of #B4CDEB
Complementary color
Monochromatic Colors of #B4CDEB
Black with #B4CDEB
Text Example
Text Example
White with #B4CDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CDEB; }
p { color: rgb(180,205,235); }
H1.HeaderClassName
{
color: #B4CDEB;
}
.AnyTagClassName
{
color: #B4CDEB;
}
</style>
background-color css
<style>
a { background-color: #B4CDEB; }
a { background-color: rgb(180,205,235); }
div.DivClassName
{
background-color: #B4CDEB;
}
.BgClassName
{
background-color: #B4CDEB;
}
</style>
border-color css
<style>
span { border-color: #B4CDEB; }
span { border-color: rgb(180,205,235); }
td.TdClassName
{
border-color: #B4CDEB;
}
.TagClassName
{
border-color: #B4CDEB;
}
</style>