Shades of Tropical Blue #B5CCE9
Tints of Tropical Blue #B5CCE9
RGB
CMYK
RGB Variations
Color information
#B5CCE9 (or 0xB5CCE9) is known color: Tropical Blue. HEX triplet: B5, CC and E9. RGB value is (181,204,233). Sum of RGB (Red+Green+Blue) = 181+204+233=618 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.29% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 233 - color contains mainly: blue. Hex color #B5CCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CCE9 is #4A3316. Grayscale: #C8C8C8. Windows color (decimal): -4862743 or 15322293. OLE color: 15322293.
HSL color Cylindrical-coordinate representation of color #B5CCE9: hue angle of 213.46º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5CCE9 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 181 | 204 | 233 | - |
CMYK | 0.22 | 0.12 | 0 | 0.09 |
HSL | 213.46º | 0.54% | 0.81% | - |
HSV(B) | 213.46º | 0.22% | 0.91% | - |
XYZ | 55.36 | 58.89 | 85.54 | - |
YUV | 200.43 | 146.38 | 114.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 204 | 233 | 0.22 | 0.12 | 0 | 0.09 | 213.46 | 0.54 | 0.81 |
Hex | B5 | CC | E9 | 16 | C | 0 | 9 | D5 | 36 | 51 |
Octal | 265 | 314 | 351 | 26 | 14 | 0 | 11 | 325 | 66 | 121 |
Binary | 10110101 | 11001100 | 11101001 | 10110 | 1100 | 0 | 1001 | 11010101 | 110110 | 1010001 |
Color Harmonies of #B5CCE9
Complementary color
Monochromatic Colors of #B5CCE9
Black with #B5CCE9
Text Example
Text Example
White with #B5CCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CCE9; }
p { color: rgb(181,204,233); }
H1.HeaderClassName
{
color: #B5CCE9;
}
.AnyTagClassName
{
color: #B5CCE9;
}
</style>
background-color css
<style>
a { background-color: #B5CCE9; }
a { background-color: rgb(181,204,233); }
div.DivClassName
{
background-color: #B5CCE9;
}
.BgClassName
{
background-color: #B5CCE9;
}
</style>
border-color css
<style>
span { border-color: #B5CCE9; }
span { border-color: rgb(181,204,233); }
td.TdClassName
{
border-color: #B5CCE9;
}
.TagClassName
{
border-color: #B5CCE9;
}
</style>