Shades of Tropical Blue #B5CEE6
Tints of Tropical Blue #B5CEE6
RGB
CMYK
RGB Variations
Color information
#B5CEE6 (or 0xB5CEE6) is known color: Tropical Blue. HEX triplet: B5, CE and E6. RGB value is (181,206,230). Sum of RGB (Red+Green+Blue) = 181+206+230=617 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.34% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 230 (90.23% from 255 or 37.28% from 617); Max value from RGB is 230 - color contains mainly: blue. Hex color #B5CEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CEE6 is #4A3119. Grayscale: #C9C9C9. Windows color (decimal): -4862234 or 15126197. OLE color: 15126197.
HSL color Cylindrical-coordinate representation of color #B5CEE6: hue angle of 209.39º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5CEE6 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 181 | 206 | 230 | - |
CMYK | 0.21 | 0.10 | 0 | 0.10 |
HSL | 209.39º | 0.49% | 0.81% | - |
HSV(B) | 209.39º | 0.21% | 0.9% | - |
XYZ | 55.41 | 59.68 | 83.46 | - |
YUV | 201.26 | 144.22 | 113.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 206 | 230 | 0.21 | 0.10 | 0 | 0.10 | 209.39 | 0.49 | 0.81 |
Hex | B5 | CE | E6 | 15 | A | 0 | A | D1 | 31 | 51 |
Octal | 265 | 316 | 346 | 25 | 12 | 0 | 12 | 321 | 61 | 121 |
Binary | 10110101 | 11001110 | 11100110 | 10101 | 1010 | 0 | 1010 | 11010001 | 110001 | 1010001 |
Color Harmonies of #B5CEE6
Complementary color
Monochromatic Colors of #B5CEE6
Black with #B5CEE6
Text Example
Text Example
White with #B5CEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CEE6; }
p { color: rgb(181,206,230); }
H1.HeaderClassName
{
color: #B5CEE6;
}
.AnyTagClassName
{
color: #B5CEE6;
}
</style>
background-color css
<style>
a { background-color: #B5CEE6; }
a { background-color: rgb(181,206,230); }
div.DivClassName
{
background-color: #B5CEE6;
}
.BgClassName
{
background-color: #B5CEE6;
}
</style>
border-color css
<style>
span { border-color: #B5CEE6; }
span { border-color: rgb(181,206,230); }
td.TdClassName
{
border-color: #B5CEE6;
}
.TagClassName
{
border-color: #B5CEE6;
}
</style>