Shades of Tropical Blue #B5CCE5
Tints of Tropical Blue #B5CCE5
RGB
CMYK
RGB Variations
Color information
#B5CCE5 (or 0xB5CCE5) is known color: Tropical Blue. HEX triplet: B5, CC and E5. RGB value is (181,204,229). Sum of RGB (Red+Green+Blue) = 181+204+229=614 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.48% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 229 - color contains mainly: blue. Hex color #B5CCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CCE5 is #4A331A. Grayscale: #C7C7C7. Windows color (decimal): -4862747 or 15060149. OLE color: 15060149.
HSL color Cylindrical-coordinate representation of color #B5CCE5: hue angle of 211.25º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5CCE5 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 181 | 204 | 229 | - |
CMYK | 0.21 | 0.11 | 0 | 0.10 |
HSL | 211.25º | 0.48% | 0.8% | - |
HSV(B) | 211.25º | 0.21% | 0.9% | - |
XYZ | 54.79 | 58.67 | 82.56 | - |
YUV | 199.97 | 144.38 | 114.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 204 | 229 | 0.21 | 0.11 | 0 | 0.10 | 211.25 | 0.48 | 0.8 |
Hex | B5 | CC | E5 | 15 | B | 0 | A | D3 | 30 | 50 |
Octal | 265 | 314 | 345 | 25 | 13 | 0 | 12 | 323 | 60 | 120 |
Binary | 10110101 | 11001100 | 11100101 | 10101 | 1011 | 0 | 1010 | 11010011 | 110000 | 1010000 |
Color Harmonies of #B5CCE5
Complementary color
Monochromatic Colors of #B5CCE5
Black with #B5CCE5
Text Example
Text Example
White with #B5CCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CCE5; }
p { color: rgb(181,204,229); }
H1.HeaderClassName
{
color: #B5CCE5;
}
.AnyTagClassName
{
color: #B5CCE5;
}
</style>
background-color css
<style>
a { background-color: #B5CCE5; }
a { background-color: rgb(181,204,229); }
div.DivClassName
{
background-color: #B5CCE5;
}
.BgClassName
{
background-color: #B5CCE5;
}
</style>
border-color css
<style>
span { border-color: #B5CCE5; }
span { border-color: rgb(181,204,229); }
td.TdClassName
{
border-color: #B5CCE5;
}
.TagClassName
{
border-color: #B5CCE5;
}
</style>