Shades of Tropical Blue #B4CAFB
Tints of Tropical Blue #B4CAFB
RGB
CMYK
RGB Variations
Color information
#B4CAFB (or 0xB4CAFB) is known color: Tropical Blue. HEX triplet: B4, CA and FB. RGB value is (180,202,251). Sum of RGB (Red+Green+Blue) = 180+202+251=633 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.44% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #B4CAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CAFB is #4B3504. Grayscale: #C8C8C8. Windows color (decimal): -4928773 or 16501428. OLE color: 16501428.
HSL color Cylindrical-coordinate representation of color #B4CAFB: hue angle of 221.41º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4CAFB is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 202 | 251 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.02 |
| HSL | 221.41º | 0.9% | 0.85% | - |
| HSV(B) | 221.41º | 0.28% | 0.98% | - |
| XYZ | 57.36 | 58.91 | 99.61 | - |
| YUV | 201.01 | 156.21 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 202 | 251 | 0.28 | 0.20 | 0 | 0.02 | 221.41 | 0.9 | 0.85 |
| Hex | B4 | CA | FB | 1C | 14 | 0 | 2 | DD | 5A | 55 |
| Octal | 264 | 312 | 373 | 34 | 24 | 0 | 2 | 335 | 132 | 125 |
| Binary | 10110100 | 11001010 | 11111011 | 11100 | 10100 | 0 | 10 | 11011101 | 1011010 | 1010101 |
Color Harmonies of #B4CAFB
Complementary color
Monochromatic Colors of #B4CAFB
Black with #B4CAFB
Text Example
Text Example
White with #B4CAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CAFB; }
p { color: rgb(180,202,251); }
H1.HeaderClassName
{
color: #B4CAFB;
}
.AnyTagClassName
{
color: #B4CAFB;
}
</style>
background-color css
<style>
a { background-color: #B4CAFB; }
a { background-color: rgb(180,202,251); }
div.DivClassName
{
background-color: #B4CAFB;
}
.BgClassName
{
background-color: #B4CAFB;
}
</style>
border-color css
<style>
span { border-color: #B4CAFB; }
span { border-color: rgb(180,202,251); }
td.TdClassName
{
border-color: #B4CAFB;
}
.TagClassName
{
border-color: #B4CAFB;
}
</style>