Shades of Tropical Blue #B5CCE4
Tints of Tropical Blue #B5CCE4
RGB
CMYK
RGB Variations
Color information
#B5CCE4 (or 0xB5CCE4) is known color: Tropical Blue. HEX triplet: B5, CC and E4. RGB value is (181,204,228). Sum of RGB (Red+Green+Blue) = 181+204+228=613 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.53% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 228 (89.45% from 255 or 37.19% from 613); Max value from RGB is 228 - color contains mainly: blue. Hex color #B5CCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CCE4 is #4A331B. Grayscale: #C7C7C7. Windows color (decimal): -4862748 or 14994613. OLE color: 14994613.
HSL color Cylindrical-coordinate representation of color #B5CCE4: hue angle of 210.64º degrees, saturation: 0.47, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5CCE4 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 181 | 204 | 228 | - |
CMYK | 0.21 | 0.11 | 0 | 0.11 |
HSL | 210.64º | 0.47% | 0.8% | - |
HSV(B) | 210.64º | 0.21% | 0.89% | - |
XYZ | 54.65 | 58.61 | 81.83 | - |
YUV | 199.86 | 143.88 | 114.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 204 | 228 | 0.21 | 0.11 | 0 | 0.11 | 210.64 | 0.47 | 0.8 |
Hex | B5 | CC | E4 | 15 | B | 0 | B | D3 | 2F | 50 |
Octal | 265 | 314 | 344 | 25 | 13 | 0 | 13 | 323 | 57 | 120 |
Binary | 10110101 | 11001100 | 11100100 | 10101 | 1011 | 0 | 1011 | 11010011 | 101111 | 1010000 |
Color Harmonies of #B5CCE4
Complementary color
Monochromatic Colors of #B5CCE4
Black with #B5CCE4
Text Example
Text Example
White with #B5CCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CCE4; }
p { color: rgb(181,204,228); }
H1.HeaderClassName
{
color: #B5CCE4;
}
.AnyTagClassName
{
color: #B5CCE4;
}
</style>
background-color css
<style>
a { background-color: #B5CCE4; }
a { background-color: rgb(181,204,228); }
div.DivClassName
{
background-color: #B5CCE4;
}
.BgClassName
{
background-color: #B5CCE4;
}
</style>
border-color css
<style>
span { border-color: #B5CCE4; }
span { border-color: rgb(181,204,228); }
td.TdClassName
{
border-color: #B5CCE4;
}
.TagClassName
{
border-color: #B5CCE4;
}
</style>