Shades of Tropical Blue #B1CDF2
Tints of Tropical Blue #B1CDF2
RGB
CMYK
RGB Variations
Color information
#B1CDF2 (or 0xB1CDF2) is known color: Tropical Blue. HEX triplet: B1, CD and F2. RGB value is (177,205,242). Sum of RGB (Red+Green+Blue) = 177+205+242=624 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.37% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 242 - color contains mainly: blue. Hex color #B1CDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CDF2 is #4E320D. Grayscale: #C8C8C8. Windows color (decimal): -5124622 or 15912369. OLE color: 15912369.
HSL color Cylindrical-coordinate representation of color #B1CDF2: hue angle of 214.15º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1CDF2 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 205 | 242 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.05 |
| HSL | 214.15º | 0.71% | 0.82% | - |
| HSV(B) | 214.15º | 0.27% | 0.95% | - |
| XYZ | 55.99 | 59.42 | 92.52 | - |
| YUV | 200.85 | 151.22 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 205 | 242 | 0.27 | 0.15 | 0 | 0.05 | 214.15 | 0.71 | 0.82 |
| Hex | B1 | CD | F2 | 1B | F | 0 | 5 | D6 | 47 | 52 |
| Octal | 261 | 315 | 362 | 33 | 17 | 0 | 5 | 326 | 107 | 122 |
| Binary | 10110001 | 11001101 | 11110010 | 11011 | 1111 | 0 | 101 | 11010110 | 1000111 | 1010010 |
Color Harmonies of #B1CDF2
Complementary color
Monochromatic Colors of #B1CDF2
Black with #B1CDF2
Text Example
Text Example
White with #B1CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CDF2; }
p { color: rgb(177,205,242); }
H1.HeaderClassName
{
color: #B1CDF2;
}
.AnyTagClassName
{
color: #B1CDF2;
}
</style>
background-color css
<style>
a { background-color: #B1CDF2; }
a { background-color: rgb(177,205,242); }
div.DivClassName
{
background-color: #B1CDF2;
}
.BgClassName
{
background-color: #B1CDF2;
}
</style>
border-color css
<style>
span { border-color: #B1CDF2; }
span { border-color: rgb(177,205,242); }
td.TdClassName
{
border-color: #B1CDF2;
}
.TagClassName
{
border-color: #B1CDF2;
}
</style>