Shades of Tropical Blue #B4CFF2
Tints of Tropical Blue #B4CFF2
RGB
CMYK
RGB Variations
Color information
#B4CFF2 (or 0xB4CFF2) is known color: Tropical Blue. HEX triplet: B4, CF and F2. RGB value is (180,207,242). Sum of RGB (Red+Green+Blue) = 180+207+242=629 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.62% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 242 - color contains mainly: blue. Hex color #B4CFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CFF2 is #4B300D. Grayscale: #CACACA. Windows color (decimal): -4927502 or 15912884. OLE color: 15912884.
HSL color Cylindrical-coordinate representation of color #B4CFF2: hue angle of 213.87º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4CFF2 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 207 | 242 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.05 |
| HSL | 213.87º | 0.7% | 0.83% | - |
| HSV(B) | 213.87º | 0.26% | 0.95% | - |
| XYZ | 57.16 | 60.74 | 92.72 | - |
| YUV | 202.92 | 150.05 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 207 | 242 | 0.26 | 0.14 | 0 | 0.05 | 213.87 | 0.7 | 0.83 |
| Hex | B4 | CF | F2 | 1A | E | 0 | 5 | D6 | 46 | 53 |
| Octal | 264 | 317 | 362 | 32 | 16 | 0 | 5 | 326 | 106 | 123 |
| Binary | 10110100 | 11001111 | 11110010 | 11010 | 1110 | 0 | 101 | 11010110 | 1000110 | 1010011 |
Color Harmonies of #B4CFF2
Complementary color
Monochromatic Colors of #B4CFF2
Black with #B4CFF2
Text Example
Text Example
White with #B4CFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CFF2; }
p { color: rgb(180,207,242); }
H1.HeaderClassName
{
color: #B4CFF2;
}
.AnyTagClassName
{
color: #B4CFF2;
}
</style>
background-color css
<style>
a { background-color: #B4CFF2; }
a { background-color: rgb(180,207,242); }
div.DivClassName
{
background-color: #B4CFF2;
}
.BgClassName
{
background-color: #B4CFF2;
}
</style>
border-color css
<style>
span { border-color: #B4CFF2; }
span { border-color: rgb(180,207,242); }
td.TdClassName
{
border-color: #B4CFF2;
}
.TagClassName
{
border-color: #B4CFF2;
}
</style>