Shades of Tropical Blue #B4CAFE
Tints of Tropical Blue #B4CAFE
RGB
CMYK
RGB Variations
Color information
#B4CAFE (or 0xB4CAFE) is known color: Tropical Blue. HEX triplet: B4, CA and FE. RGB value is (180,202,254). Sum of RGB (Red+Green+Blue) = 180+202+254=636 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.30% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #B4CAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CAFE is #4B3501. Grayscale: #C9C9C9. Windows color (decimal): -4928770 or 16698036. OLE color: 16698036.
HSL color Cylindrical-coordinate representation of color #B4CAFE: hue angle of 222.16º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4CAFE is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 202 | 254 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.00 |
| HSL | 222.16º | 0.97% | 0.85% | - |
| HSV(B) | 222.16º | 0.29% | 1% | - |
| XYZ | 57.83 | 59.1 | 102.13 | - |
| YUV | 201.35 | 157.71 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 202 | 254 | 0.29 | 0.20 | 0 | 0.00 | 222.16 | 0.97 | 0.85 |
| Hex | B4 | CA | FE | 1D | 14 | 0 | 0 | DE | 61 | 55 |
| Octal | 264 | 312 | 376 | 35 | 24 | 0 | 0 | 336 | 141 | 125 |
| Binary | 10110100 | 11001010 | 11111110 | 11101 | 10100 | 0 | 0 | 11011110 | 1100001 | 1010101 |
Color Harmonies of #B4CAFE
Complementary color
Monochromatic Colors of #B4CAFE
Black with #B4CAFE
Text Example
Text Example
White with #B4CAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CAFE; }
p { color: rgb(180,202,254); }
H1.HeaderClassName
{
color: #B4CAFE;
}
.AnyTagClassName
{
color: #B4CAFE;
}
</style>
background-color css
<style>
a { background-color: #B4CAFE; }
a { background-color: rgb(180,202,254); }
div.DivClassName
{
background-color: #B4CAFE;
}
.BgClassName
{
background-color: #B4CAFE;
}
</style>
border-color css
<style>
span { border-color: #B4CAFE; }
span { border-color: rgb(180,202,254); }
td.TdClassName
{
border-color: #B4CAFE;
}
.TagClassName
{
border-color: #B4CAFE;
}
</style>