Shades of Tropical Blue #B4CAFA
Tints of Tropical Blue #B4CAFA
RGB
CMYK
RGB Variations
Color information
#B4CAFA (or 0xB4CAFA) is known color: Tropical Blue. HEX triplet: B4, CA and FA. RGB value is (180,202,250). Sum of RGB (Red+Green+Blue) = 180+202+250=632 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.48% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #B4CAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CAFA is #4B3505. Grayscale: #C8C8C8. Windows color (decimal): -4928774 or 16435892. OLE color: 16435892.
HSL color Cylindrical-coordinate representation of color #B4CAFA: hue angle of 221.14º degrees, saturation: 0.88, 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 #B4CAFA is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 202 | 250 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.02 |
| HSL | 221.14º | 0.88% | 0.84% | - |
| HSV(B) | 221.14º | 0.28% | 0.98% | - |
| XYZ | 57.2 | 58.85 | 98.79 | - |
| YUV | 200.89 | 155.71 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 202 | 250 | 0.28 | 0.19 | 0 | 0.02 | 221.14 | 0.88 | 0.84 |
| Hex | B4 | CA | FA | 1C | 13 | 0 | 2 | DD | 58 | 54 |
| Octal | 264 | 312 | 372 | 34 | 23 | 0 | 2 | 335 | 130 | 124 |
| Binary | 10110100 | 11001010 | 11111010 | 11100 | 10011 | 0 | 10 | 11011101 | 1011000 | 1010100 |
Color Harmonies of #B4CAFA
Complementary color
Monochromatic Colors of #B4CAFA
Black with #B4CAFA
Text Example
Text Example
White with #B4CAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CAFA; }
p { color: rgb(180,202,250); }
H1.HeaderClassName
{
color: #B4CAFA;
}
.AnyTagClassName
{
color: #B4CAFA;
}
</style>
background-color css
<style>
a { background-color: #B4CAFA; }
a { background-color: rgb(180,202,250); }
div.DivClassName
{
background-color: #B4CAFA;
}
.BgClassName
{
background-color: #B4CAFA;
}
</style>
border-color css
<style>
span { border-color: #B4CAFA; }
span { border-color: rgb(180,202,250); }
td.TdClassName
{
border-color: #B4CAFA;
}
.TagClassName
{
border-color: #B4CAFA;
}
</style>