Shades of Tropical Blue #B4C9EA
Tints of Tropical Blue #B4C9EA
RGB
CMYK
RGB Variations
Color information
#B4C9EA (or 0xB4C9EA) is known color: Tropical Blue. HEX triplet: B4, C9 and EA. RGB value is (180,201,234). Sum of RGB (Red+Green+Blue) = 180+201+234=615 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.27% from 615); Green value is 201 (78.91% from 255 or 32.68% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4C9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C9EA is #4B3615. Grayscale: #C6C6C6. Windows color (decimal): -4929046 or 15387060. OLE color: 15387060.
HSL color Cylindrical-coordinate representation of color #B4C9EA: hue angle of 216.67º 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 #B4C9EA is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 201 | 234 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.08 |
| HSL | 216.67º | 0.56% | 0.81% | - |
| HSV(B) | 216.67º | 0.23% | 0.92% | - |
| XYZ | 54.56 | 57.42 | 86.05 | - |
| YUV | 198.48 | 148.04 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 201 | 234 | 0.23 | 0.14 | 0 | 0.08 | 216.67 | 0.56 | 0.81 |
| Hex | B4 | C9 | EA | 17 | E | 0 | 8 | D9 | 38 | 51 |
| Octal | 264 | 311 | 352 | 27 | 16 | 0 | 10 | 331 | 70 | 121 |
| Binary | 10110100 | 11001001 | 11101010 | 10111 | 1110 | 0 | 1000 | 11011001 | 111000 | 1010001 |
Color Harmonies of #B4C9EA
Complementary color
Monochromatic Colors of #B4C9EA
Black with #B4C9EA
Text Example
Text Example
White with #B4C9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C9EA; }
p { color: rgb(180,201,234); }
H1.HeaderClassName
{
color: #B4C9EA;
}
.AnyTagClassName
{
color: #B4C9EA;
}
</style>
background-color css
<style>
a { background-color: #B4C9EA; }
a { background-color: rgb(180,201,234); }
div.DivClassName
{
background-color: #B4C9EA;
}
.BgClassName
{
background-color: #B4C9EA;
}
</style>
border-color css
<style>
span { border-color: #B4C9EA; }
span { border-color: rgb(180,201,234); }
td.TdClassName
{
border-color: #B4C9EA;
}
.TagClassName
{
border-color: #B4C9EA;
}
</style>