Shades of Tropical Blue #B5CAEC
Tints of Tropical Blue #B5CAEC
RGB
CMYK
RGB Variations
Color information
#B5CAEC (or 0xB5CAEC) is known color: Tropical Blue. HEX triplet: B5, CA and EC. RGB value is (181,202,236). Sum of RGB (Red+Green+Blue) = 181+202+236=619 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.24% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5CAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CAEC is #4A3513. Grayscale: #C7C7C7. Windows color (decimal): -4863252 or 15518389. OLE color: 15518389.
HSL color Cylindrical-coordinate representation of color #B5CAEC: hue angle of 217.09º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5CAEC is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 202 | 236 | - |
CMYK | 0.23 | 0.14 | 0 | 0.07 |
HSL | 217.09º | 0.59% | 0.82% | - |
HSV(B) | 217.09º | 0.23% | 0.93% | - |
XYZ | 55.32 | 58.12 | 87.66 | - |
YUV | 199.6 | 148.54 | 114.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 202 | 236 | 0.23 | 0.14 | 0 | 0.07 | 217.09 | 0.59 | 0.82 |
Hex | B5 | CA | EC | 17 | E | 0 | 7 | D9 | 3B | 52 |
Octal | 265 | 312 | 354 | 27 | 16 | 0 | 7 | 331 | 73 | 122 |
Binary | 10110101 | 11001010 | 11101100 | 10111 | 1110 | 0 | 111 | 11011001 | 111011 | 1010010 |
Color Harmonies of #B5CAEC
Complementary color
Monochromatic Colors of #B5CAEC
Black with #B5CAEC
Text Example
Text Example
White with #B5CAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CAEC; }
p { color: rgb(181,202,236); }
H1.HeaderClassName
{
color: #B5CAEC;
}
.AnyTagClassName
{
color: #B5CAEC;
}
</style>
background-color css
<style>
a { background-color: #B5CAEC; }
a { background-color: rgb(181,202,236); }
div.DivClassName
{
background-color: #B5CAEC;
}
.BgClassName
{
background-color: #B5CAEC;
}
</style>
border-color css
<style>
span { border-color: #B5CAEC; }
span { border-color: rgb(181,202,236); }
td.TdClassName
{
border-color: #B5CAEC;
}
.TagClassName
{
border-color: #B5CAEC;
}
</style>