Shades of Tropical Blue #B3CAEC
Tints of Tropical Blue #B3CAEC
RGB
CMYK
RGB Variations
Color information
#B3CAEC (or 0xB3CAEC) is known color: Tropical Blue. HEX triplet: B3, CA and EC. RGB value is (179,202,236). Sum of RGB (Red+Green+Blue) = 179+202+236=617 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.01% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #B3CAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CAEC is #4C3513. Grayscale: #C6C6C6. Windows color (decimal): -4994324 or 15518387. OLE color: 15518387.
HSL color Cylindrical-coordinate representation of color #B3CAEC: hue angle of 215.79º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3CAEC is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 202 | 236 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.07 |
| HSL | 215.79º | 0.6% | 0.81% | - |
| HSV(B) | 215.79º | 0.24% | 0.93% | - |
| XYZ | 54.85 | 57.88 | 87.64 | - |
| YUV | 199 | 148.88 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 202 | 236 | 0.24 | 0.14 | 0 | 0.07 | 215.79 | 0.6 | 0.81 |
| Hex | B3 | CA | EC | 18 | E | 0 | 7 | D8 | 3C | 51 |
| Octal | 263 | 312 | 354 | 30 | 16 | 0 | 7 | 330 | 74 | 121 |
| Binary | 10110011 | 11001010 | 11101100 | 11000 | 1110 | 0 | 111 | 11011000 | 111100 | 1010001 |
Color Harmonies of #B3CAEC
Complementary color
Monochromatic Colors of #B3CAEC
Black with #B3CAEC
Text Example
Text Example
White with #B3CAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CAEC; }
p { color: rgb(179,202,236); }
H1.HeaderClassName
{
color: #B3CAEC;
}
.AnyTagClassName
{
color: #B3CAEC;
}
</style>
background-color css
<style>
a { background-color: #B3CAEC; }
a { background-color: rgb(179,202,236); }
div.DivClassName
{
background-color: #B3CAEC;
}
.BgClassName
{
background-color: #B3CAEC;
}
</style>
border-color css
<style>
span { border-color: #B3CAEC; }
span { border-color: rgb(179,202,236); }
td.TdClassName
{
border-color: #B3CAEC;
}
.TagClassName
{
border-color: #B3CAEC;
}
</style>