Shades of Tropical Blue #B4CBEA
Tints of Tropical Blue #B4CBEA
RGB
CMYK
RGB Variations
Color information
#B4CBEA (or 0xB4CBEA) is known color: Tropical Blue. HEX triplet: B4, CB and EA. RGB value is (180,203,234). Sum of RGB (Red+Green+Blue) = 180+203+234=617 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.17% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4CBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CBEA is #4B3415. Grayscale: #C7C7C7. Windows color (decimal): -4928534 or 15387572. OLE color: 15387572.
HSL color Cylindrical-coordinate representation of color #B4CBEA: hue angle of 214.44º degrees, saturation: 0.56, 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 #B4CBEA is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 203 | 234 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.08 |
| HSL | 214.44º | 0.56% | 0.81% | - |
| HSV(B) | 214.44º | 0.23% | 0.92% | - |
| XYZ | 55.03 | 58.36 | 86.21 | - |
| YUV | 199.66 | 147.38 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 203 | 234 | 0.23 | 0.13 | 0 | 0.08 | 214.44 | 0.56 | 0.81 |
| Hex | B4 | CB | EA | 17 | D | 0 | 8 | D6 | 38 | 51 |
| Octal | 264 | 313 | 352 | 27 | 15 | 0 | 10 | 326 | 70 | 121 |
| Binary | 10110100 | 11001011 | 11101010 | 10111 | 1101 | 0 | 1000 | 11010110 | 111000 | 1010001 |
Color Harmonies of #B4CBEA
Complementary color
Monochromatic Colors of #B4CBEA
Black with #B4CBEA
Text Example
Text Example
White with #B4CBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CBEA; }
p { color: rgb(180,203,234); }
H1.HeaderClassName
{
color: #B4CBEA;
}
.AnyTagClassName
{
color: #B4CBEA;
}
</style>
background-color css
<style>
a { background-color: #B4CBEA; }
a { background-color: rgb(180,203,234); }
div.DivClassName
{
background-color: #B4CBEA;
}
.BgClassName
{
background-color: #B4CBEA;
}
</style>
border-color css
<style>
span { border-color: #B4CBEA; }
span { border-color: rgb(180,203,234); }
td.TdClassName
{
border-color: #B4CBEA;
}
.TagClassName
{
border-color: #B4CBEA;
}
</style>