Shades of Tropical Blue #B5CEF4
Tints of Tropical Blue #B5CEF4
RGB
CMYK
RGB Variations
Color information
#B5CEF4 (or 0xB5CEF4) is known color: Tropical Blue. HEX triplet: B5, CE and F4. RGB value is (181,206,244). Sum of RGB (Red+Green+Blue) = 181+206+244=631 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.68% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 244 (95.70% from 255 or 38.67% from 631); Max value from RGB is 244 - color contains mainly: blue. Hex color #B5CEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CEF4 is #4A310B. Grayscale: #CACACA. Windows color (decimal): -4862220 or 16043701. OLE color: 16043701.
HSL color Cylindrical-coordinate representation of color #B5CEF4: hue angle of 216.19º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5CEF4 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 206 | 244 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.04 |
| HSL | 216.19º | 0.74% | 0.83% | - |
| HSV(B) | 216.19º | 0.26% | 0.96% | - |
| XYZ | 57.46 | 60.5 | 94.24 | - |
| YUV | 202.86 | 151.22 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 244 | 0.26 | 0.16 | 0 | 0.04 | 216.19 | 0.74 | 0.83 |
| Hex | B5 | CE | F4 | 1A | 10 | 0 | 4 | D8 | 4A | 53 |
| Octal | 265 | 316 | 364 | 32 | 20 | 0 | 4 | 330 | 112 | 123 |
| Binary | 10110101 | 11001110 | 11110100 | 11010 | 10000 | 0 | 100 | 11011000 | 1001010 | 1010011 |
Color Harmonies of #B5CEF4
Complementary color
Monochromatic Colors of #B5CEF4
Black with #B5CEF4
Text Example
Text Example
White with #B5CEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CEF4; }
p { color: rgb(181,206,244); }
H1.HeaderClassName
{
color: #B5CEF4;
}
.AnyTagClassName
{
color: #B5CEF4;
}
</style>
background-color css
<style>
a { background-color: #B5CEF4; }
a { background-color: rgb(181,206,244); }
div.DivClassName
{
background-color: #B5CEF4;
}
.BgClassName
{
background-color: #B5CEF4;
}
</style>
border-color css
<style>
span { border-color: #B5CEF4; }
span { border-color: rgb(181,206,244); }
td.TdClassName
{
border-color: #B5CEF4;
}
.TagClassName
{
border-color: #B5CEF4;
}
</style>