Shades of Tropical Blue #B4C8EE
Tints of Tropical Blue #B4C8EE
RGB
CMYK
RGB Variations
Color information
#B4C8EE (or 0xB4C8EE) is known color: Tropical Blue. HEX triplet: B4, C8 and EE. RGB value is (180,200,238). Sum of RGB (Red+Green+Blue) = 180+200+238=618 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.13% from 618); Green value is 200 (78.52% from 255 or 32.36% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #B4C8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C8EE is #4B3711. Grayscale: #C6C6C6. Windows color (decimal): -4929298 or 15648948. OLE color: 15648948.
HSL color Cylindrical-coordinate representation of color #B4C8EE: hue angle of 219.31º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4C8EE is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 200 | 238 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.07 |
| HSL | 219.31º | 0.63% | 0.82% | - |
| HSV(B) | 219.31º | 0.24% | 0.93% | - |
| XYZ | 54.91 | 57.18 | 89.03 | - |
| YUV | 198.35 | 150.37 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 200 | 238 | 0.24 | 0.16 | 0 | 0.07 | 219.31 | 0.63 | 0.82 |
| Hex | B4 | C8 | EE | 18 | 10 | 0 | 7 | DB | 3F | 52 |
| Octal | 264 | 310 | 356 | 30 | 20 | 0 | 7 | 333 | 77 | 122 |
| Binary | 10110100 | 11001000 | 11101110 | 11000 | 10000 | 0 | 111 | 11011011 | 111111 | 1010010 |
Color Harmonies of #B4C8EE
Complementary color
Monochromatic Colors of #B4C8EE
Black with #B4C8EE
Text Example
Text Example
White with #B4C8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C8EE; }
p { color: rgb(180,200,238); }
H1.HeaderClassName
{
color: #B4C8EE;
}
.AnyTagClassName
{
color: #B4C8EE;
}
</style>
background-color css
<style>
a { background-color: #B4C8EE; }
a { background-color: rgb(180,200,238); }
div.DivClassName
{
background-color: #B4C8EE;
}
.BgClassName
{
background-color: #B4C8EE;
}
</style>
border-color css
<style>
span { border-color: #B4C8EE; }
span { border-color: rgb(180,200,238); }
td.TdClassName
{
border-color: #B4C8EE;
}
.TagClassName
{
border-color: #B4C8EE;
}
</style>