Shades of Tropical Blue #B4CAF9
Tints of Tropical Blue #B4CAF9
RGB
CMYK
RGB Variations
Color information
#B4CAF9 (or 0xB4CAF9) is known color: Tropical Blue. HEX triplet: B4, CA and F9. RGB value is (180,202,249). Sum of RGB (Red+Green+Blue) = 180+202+249=631 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.53% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 249 (97.66% from 255 or 39.46% from 631); Max value from RGB is 249 - color contains mainly: blue. Hex color #B4CAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CAF9 is #4B3506. Grayscale: #C8C8C8. Windows color (decimal): -4928775 or 16370356. OLE color: 16370356.
HSL color Cylindrical-coordinate representation of color #B4CAF9: hue angle of 220.87º 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 #B4CAF9 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 202 | 249 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.02 |
| HSL | 220.87º | 0.85% | 0.84% | - |
| HSV(B) | 220.87º | 0.28% | 0.98% | - |
| XYZ | 57.04 | 58.78 | 97.96 | - |
| YUV | 200.78 | 155.21 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 202 | 249 | 0.28 | 0.19 | 0 | 0.02 | 220.87 | 0.85 | 0.84 |
| Hex | B4 | CA | F9 | 1C | 13 | 0 | 2 | DD | 55 | 54 |
| Octal | 264 | 312 | 371 | 34 | 23 | 0 | 2 | 335 | 125 | 124 |
| Binary | 10110100 | 11001010 | 11111001 | 11100 | 10011 | 0 | 10 | 11011101 | 1010101 | 1010100 |
Color Harmonies of #B4CAF9
Complementary color
Monochromatic Colors of #B4CAF9
Black with #B4CAF9
Text Example
Text Example
White with #B4CAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CAF9; }
p { color: rgb(180,202,249); }
H1.HeaderClassName
{
color: #B4CAF9;
}
.AnyTagClassName
{
color: #B4CAF9;
}
</style>
background-color css
<style>
a { background-color: #B4CAF9; }
a { background-color: rgb(180,202,249); }
div.DivClassName
{
background-color: #B4CAF9;
}
.BgClassName
{
background-color: #B4CAF9;
}
</style>
border-color css
<style>
span { border-color: #B4CAF9; }
span { border-color: rgb(180,202,249); }
td.TdClassName
{
border-color: #B4CAF9;
}
.TagClassName
{
border-color: #B4CAF9;
}
</style>