Shades of Tropical Blue #B8CEED
Tints of Tropical Blue #B8CEED
RGB
CMYK
RGB Variations
Color information
#B8CEED (or 0xB8CEED) is known color: Tropical Blue. HEX triplet: B8, CE and ED. RGB value is (184,206,237). Sum of RGB (Red+Green+Blue) = 184+206+237=627 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.35% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #B8CEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CEED is #473112. Grayscale: #CACACA. Windows color (decimal): -4665619 or 15584952. OLE color: 15584952.
HSL color Cylindrical-coordinate representation of color #B8CEED: hue angle of 215.09º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8CEED is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 206 | 237 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.07 |
| HSL | 215.09º | 0.6% | 0.83% | - |
| HSV(B) | 215.09º | 0.22% | 0.93% | - |
| XYZ | 57.12 | 60.45 | 88.78 | - |
| YUV | 202.96 | 147.21 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 206 | 237 | 0.22 | 0.13 | 0 | 0.07 | 215.09 | 0.6 | 0.83 |
| Hex | B8 | CE | ED | 16 | D | 0 | 7 | D7 | 3C | 53 |
| Octal | 270 | 316 | 355 | 26 | 15 | 0 | 7 | 327 | 74 | 123 |
| Binary | 10111000 | 11001110 | 11101101 | 10110 | 1101 | 0 | 111 | 11010111 | 111100 | 1010011 |
Color Harmonies of #B8CEED
Complementary color
Monochromatic Colors of #B8CEED
Black with #B8CEED
Text Example
Text Example
White with #B8CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CEED; }
p { color: rgb(184,206,237); }
H1.HeaderClassName
{
color: #B8CEED;
}
.AnyTagClassName
{
color: #B8CEED;
}
</style>
background-color css
<style>
a { background-color: #B8CEED; }
a { background-color: rgb(184,206,237); }
div.DivClassName
{
background-color: #B8CEED;
}
.BgClassName
{
background-color: #B8CEED;
}
</style>
border-color css
<style>
span { border-color: #B8CEED; }
span { border-color: rgb(184,206,237); }
td.TdClassName
{
border-color: #B8CEED;
}
.TagClassName
{
border-color: #B8CEED;
}
</style>