Shades of Tropical Blue #B4CDF2
Tints of Tropical Blue #B4CDF2
RGB
CMYK
RGB Variations
Color information
#B4CDF2 (or 0xB4CDF2) is known color: Tropical Blue. HEX triplet: B4, CD and F2. RGB value is (180,205,242). Sum of RGB (Red+Green+Blue) = 180+205+242=627 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.71% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 242 (94.92% from 255 or 38.60% from 627); Max value from RGB is 242 - color contains mainly: blue. Hex color #B4CDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CDF2 is #4B320D. Grayscale: #C9C9C9. Windows color (decimal): -4928014 or 15912372. OLE color: 15912372.
HSL color Cylindrical-coordinate representation of color #B4CDF2: hue angle of 215.81º 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 #B4CDF2 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 205 | 242 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.05 |
| HSL | 215.81º | 0.7% | 0.83% | - |
| HSV(B) | 215.81º | 0.26% | 0.95% | - |
| XYZ | 56.68 | 59.78 | 92.56 | - |
| YUV | 201.74 | 150.72 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 205 | 242 | 0.26 | 0.15 | 0 | 0.05 | 215.81 | 0.7 | 0.83 |
| Hex | B4 | CD | F2 | 1A | F | 0 | 5 | D8 | 46 | 53 |
| Octal | 264 | 315 | 362 | 32 | 17 | 0 | 5 | 330 | 106 | 123 |
| Binary | 10110100 | 11001101 | 11110010 | 11010 | 1111 | 0 | 101 | 11011000 | 1000110 | 1010011 |
Color Harmonies of #B4CDF2
Complementary color
Monochromatic Colors of #B4CDF2
Black with #B4CDF2
Text Example
Text Example
White with #B4CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CDF2; }
p { color: rgb(180,205,242); }
H1.HeaderClassName
{
color: #B4CDF2;
}
.AnyTagClassName
{
color: #B4CDF2;
}
</style>
background-color css
<style>
a { background-color: #B4CDF2; }
a { background-color: rgb(180,205,242); }
div.DivClassName
{
background-color: #B4CDF2;
}
.BgClassName
{
background-color: #B4CDF2;
}
</style>
border-color css
<style>
span { border-color: #B4CDF2; }
span { border-color: rgb(180,205,242); }
td.TdClassName
{
border-color: #B4CDF2;
}
.TagClassName
{
border-color: #B4CDF2;
}
</style>