Shades of Tropical Blue #B3CAE7
Tints of Tropical Blue #B3CAE7
RGB
CMYK
RGB Variations
Color information
#B3CAE7 (or 0xB3CAE7) is known color: Tropical Blue. HEX triplet: B3, CA and E7. RGB value is (179,202,231). Sum of RGB (Red+Green+Blue) = 179+202+231=612 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.25% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 231 (90.62% from 255 or 37.75% from 612); Max value from RGB is 231 - color contains mainly: blue. Hex color #B3CAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CAE7 is #4C3518. Grayscale: #C6C6C6. Windows color (decimal): -4994329 or 15190707. OLE color: 15190707.
HSL color Cylindrical-coordinate representation of color #B3CAE7: hue angle of 213.46º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3CAE7 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 202 | 231 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.09 |
| HSL | 213.46º | 0.52% | 0.8% | - |
| HSV(B) | 213.46º | 0.23% | 0.91% | - |
| XYZ | 54.13 | 57.59 | 83.86 | - |
| YUV | 198.43 | 146.38 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 202 | 231 | 0.23 | 0.13 | 0 | 0.09 | 213.46 | 0.52 | 0.8 |
| Hex | B3 | CA | E7 | 17 | D | 0 | 9 | D5 | 34 | 50 |
| Octal | 263 | 312 | 347 | 27 | 15 | 0 | 11 | 325 | 64 | 120 |
| Binary | 10110011 | 11001010 | 11100111 | 10111 | 1101 | 0 | 1001 | 11010101 | 110100 | 1010000 |
Color Harmonies of #B3CAE7
Complementary color
Monochromatic Colors of #B3CAE7
Black with #B3CAE7
Text Example
Text Example
White with #B3CAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CAE7; }
p { color: rgb(179,202,231); }
H1.HeaderClassName
{
color: #B3CAE7;
}
.AnyTagClassName
{
color: #B3CAE7;
}
</style>
background-color css
<style>
a { background-color: #B3CAE7; }
a { background-color: rgb(179,202,231); }
div.DivClassName
{
background-color: #B3CAE7;
}
.BgClassName
{
background-color: #B3CAE7;
}
</style>
border-color css
<style>
span { border-color: #B3CAE7; }
span { border-color: rgb(179,202,231); }
td.TdClassName
{
border-color: #B3CAE7;
}
.TagClassName
{
border-color: #B3CAE7;
}
</style>