Shades of Tropical Blue #B3CAF0
Tints of Tropical Blue #B3CAF0
RGB
CMYK
RGB Variations
Color information
#B3CAF0 (or 0xB3CAF0) is known color: Tropical Blue. HEX triplet: B3, CA and F0. RGB value is (179,202,240). Sum of RGB (Red+Green+Blue) = 179+202+240=621 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.82% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 240 - color contains mainly: blue. Hex color #B3CAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CAF0 is #4C350F. Grayscale: #C7C7C7. Windows color (decimal): -4994320 or 15780531. OLE color: 15780531.
HSL color Cylindrical-coordinate representation of color #B3CAF0: hue angle of 217.38º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3CAF0 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 202 | 240 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.06 |
| HSL | 217.38º | 0.67% | 0.82% | - |
| HSV(B) | 217.38º | 0.25% | 0.94% | - |
| XYZ | 55.44 | 58.12 | 90.73 | - |
| YUV | 199.46 | 150.88 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 202 | 240 | 0.25 | 0.16 | 0 | 0.06 | 217.38 | 0.67 | 0.82 |
| Hex | B3 | CA | F0 | 19 | 10 | 0 | 6 | D9 | 43 | 52 |
| Octal | 263 | 312 | 360 | 31 | 20 | 0 | 6 | 331 | 103 | 122 |
| Binary | 10110011 | 11001010 | 11110000 | 11001 | 10000 | 0 | 110 | 11011001 | 1000011 | 1010010 |
Color Harmonies of #B3CAF0
Complementary color
Monochromatic Colors of #B3CAF0
Black with #B3CAF0
Text Example
Text Example
White with #B3CAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CAF0; }
p { color: rgb(179,202,240); }
H1.HeaderClassName
{
color: #B3CAF0;
}
.AnyTagClassName
{
color: #B3CAF0;
}
</style>
background-color css
<style>
a { background-color: #B3CAF0; }
a { background-color: rgb(179,202,240); }
div.DivClassName
{
background-color: #B3CAF0;
}
.BgClassName
{
background-color: #B3CAF0;
}
</style>
border-color css
<style>
span { border-color: #B3CAF0; }
span { border-color: rgb(179,202,240); }
td.TdClassName
{
border-color: #B3CAF0;
}
.TagClassName
{
border-color: #B3CAF0;
}
</style>