Shades of Tropical Blue #B3CAEE
Tints of Tropical Blue #B3CAEE
RGB
CMYK
RGB Variations
Color information
#B3CAEE (or 0xB3CAEE) is known color: Tropical Blue. HEX triplet: B3, CA and EE. RGB value is (179,202,238). Sum of RGB (Red+Green+Blue) = 179+202+238=619 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.92% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #B3CAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CAEE is #4C3511. Grayscale: #C7C7C7. Windows color (decimal): -4994322 or 15649459. OLE color: 15649459.
HSL color Cylindrical-coordinate representation of color #B3CAEE: hue angle of 216.61º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3CAEE is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 202 | 238 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.07 |
| HSL | 216.61º | 0.63% | 0.82% | - |
| HSV(B) | 216.61º | 0.25% | 0.93% | - |
| XYZ | 55.14 | 58 | 89.18 | - |
| YUV | 199.23 | 149.88 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 202 | 238 | 0.25 | 0.15 | 0 | 0.07 | 216.61 | 0.63 | 0.82 |
| Hex | B3 | CA | EE | 19 | F | 0 | 7 | D9 | 3F | 52 |
| Octal | 263 | 312 | 356 | 31 | 17 | 0 | 7 | 331 | 77 | 122 |
| Binary | 10110011 | 11001010 | 11101110 | 11001 | 1111 | 0 | 111 | 11011001 | 111111 | 1010010 |
Color Harmonies of #B3CAEE
Complementary color
Monochromatic Colors of #B3CAEE
Black with #B3CAEE
Text Example
Text Example
White with #B3CAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CAEE; }
p { color: rgb(179,202,238); }
H1.HeaderClassName
{
color: #B3CAEE;
}
.AnyTagClassName
{
color: #B3CAEE;
}
</style>
background-color css
<style>
a { background-color: #B3CAEE; }
a { background-color: rgb(179,202,238); }
div.DivClassName
{
background-color: #B3CAEE;
}
.BgClassName
{
background-color: #B3CAEE;
}
</style>
border-color css
<style>
span { border-color: #B3CAEE; }
span { border-color: rgb(179,202,238); }
td.TdClassName
{
border-color: #B3CAEE;
}
.TagClassName
{
border-color: #B3CAEE;
}
</style>