Shades of Tropical Blue #B3CAF9
Tints of Tropical Blue #B3CAF9
RGB
CMYK
RGB Variations
Color information
#B3CAF9 (or 0xB3CAF9) is known color: Tropical Blue. HEX triplet: B3, CA and F9. RGB value is (179,202,249). Sum of RGB (Red+Green+Blue) = 179+202+249=630 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.41% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 249 (97.66% from 255 or 39.52% from 630); Max value from RGB is 249 - color contains mainly: blue. Hex color #B3CAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CAF9 is #4C3506. Grayscale: #C8C8C8. Windows color (decimal): -4994311 or 16370355. OLE color: 16370355.
HSL color Cylindrical-coordinate representation of color #B3CAF9: hue angle of 220.29º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3CAF9 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 202 | 249 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.02 |
| HSL | 220.29º | 0.85% | 0.84% | - |
| HSV(B) | 220.29º | 0.28% | 0.98% | - |
| XYZ | 56.81 | 58.66 | 97.95 | - |
| YUV | 200.48 | 155.38 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 202 | 249 | 0.28 | 0.19 | 0 | 0.02 | 220.29 | 0.85 | 0.84 |
| Hex | B3 | CA | F9 | 1C | 13 | 0 | 2 | DC | 55 | 54 |
| Octal | 263 | 312 | 371 | 34 | 23 | 0 | 2 | 334 | 125 | 124 |
| Binary | 10110011 | 11001010 | 11111001 | 11100 | 10011 | 0 | 10 | 11011100 | 1010101 | 1010100 |
Color Harmonies of #B3CAF9
Complementary color
Monochromatic Colors of #B3CAF9
Black with #B3CAF9
Text Example
Text Example
White with #B3CAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CAF9; }
p { color: rgb(179,202,249); }
H1.HeaderClassName
{
color: #B3CAF9;
}
.AnyTagClassName
{
color: #B3CAF9;
}
</style>
background-color css
<style>
a { background-color: #B3CAF9; }
a { background-color: rgb(179,202,249); }
div.DivClassName
{
background-color: #B3CAF9;
}
.BgClassName
{
background-color: #B3CAF9;
}
</style>
border-color css
<style>
span { border-color: #B3CAF9; }
span { border-color: rgb(179,202,249); }
td.TdClassName
{
border-color: #B3CAF9;
}
.TagClassName
{
border-color: #B3CAF9;
}
</style>