Shades of Tropical Blue #B5CEF3
Tints of Tropical Blue #B5CEF3
RGB
CMYK
RGB Variations
Color information
#B5CEF3 (or 0xB5CEF3) is known color: Tropical Blue. HEX triplet: B5, CE and F3. RGB value is (181,206,243). Sum of RGB (Red+Green+Blue) = 181+206+243=630 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.73% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 243 (95.31% from 255 or 38.57% from 630); Max value from RGB is 243 - color contains mainly: blue. Hex color #B5CEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CEF3 is #4A310C. Grayscale: #CACACA. Windows color (decimal): -4862221 or 15978165. OLE color: 15978165.
HSL color Cylindrical-coordinate representation of color #B5CEF3: hue angle of 215.81º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5CEF3 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 206 | 243 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.05 |
| HSL | 215.81º | 0.72% | 0.83% | - |
| HSV(B) | 215.81º | 0.26% | 0.95% | - |
| XYZ | 57.31 | 60.44 | 93.44 | - |
| YUV | 202.74 | 150.72 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 243 | 0.26 | 0.15 | 0 | 0.05 | 215.81 | 0.72 | 0.83 |
| Hex | B5 | CE | F3 | 1A | F | 0 | 5 | D8 | 48 | 53 |
| Octal | 265 | 316 | 363 | 32 | 17 | 0 | 5 | 330 | 110 | 123 |
| Binary | 10110101 | 11001110 | 11110011 | 11010 | 1111 | 0 | 101 | 11011000 | 1001000 | 1010011 |
Color Harmonies of #B5CEF3
Complementary color
Monochromatic Colors of #B5CEF3
Black with #B5CEF3
Text Example
Text Example
White with #B5CEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CEF3; }
p { color: rgb(181,206,243); }
H1.HeaderClassName
{
color: #B5CEF3;
}
.AnyTagClassName
{
color: #B5CEF3;
}
</style>
background-color css
<style>
a { background-color: #B5CEF3; }
a { background-color: rgb(181,206,243); }
div.DivClassName
{
background-color: #B5CEF3;
}
.BgClassName
{
background-color: #B5CEF3;
}
</style>
border-color css
<style>
span { border-color: #B5CEF3; }
span { border-color: rgb(181,206,243); }
td.TdClassName
{
border-color: #B5CEF3;
}
.TagClassName
{
border-color: #B5CEF3;
}
</style>