Shades of Tropical Blue #B3CDF2
Tints of Tropical Blue #B3CDF2
RGB
CMYK
RGB Variations
Color information
#B3CDF2 (or 0xB3CDF2) is known color: Tropical Blue. HEX triplet: B3, CD and F2. RGB value is (179,205,242). Sum of RGB (Red+Green+Blue) = 179+205+242=626 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.59% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #B3CDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CDF2 is #4C320D. Grayscale: #C9C9C9. Windows color (decimal): -4993550 or 15912371. OLE color: 15912371.
HSL color Cylindrical-coordinate representation of color #B3CDF2: hue angle of 215.24º degrees, saturation: 0.71, 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 #B3CDF2 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 205 | 242 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.05 |
| HSL | 215.24º | 0.71% | 0.83% | - |
| HSV(B) | 215.24º | 0.26% | 0.95% | - |
| XYZ | 56.45 | 59.66 | 92.54 | - |
| YUV | 201.44 | 150.89 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 205 | 242 | 0.26 | 0.15 | 0 | 0.05 | 215.24 | 0.71 | 0.83 |
| Hex | B3 | CD | F2 | 1A | F | 0 | 5 | D7 | 47 | 53 |
| Octal | 263 | 315 | 362 | 32 | 17 | 0 | 5 | 327 | 107 | 123 |
| Binary | 10110011 | 11001101 | 11110010 | 11010 | 1111 | 0 | 101 | 11010111 | 1000111 | 1010011 |
Color Harmonies of #B3CDF2
Complementary color
Monochromatic Colors of #B3CDF2
Black with #B3CDF2
Text Example
Text Example
White with #B3CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CDF2; }
p { color: rgb(179,205,242); }
H1.HeaderClassName
{
color: #B3CDF2;
}
.AnyTagClassName
{
color: #B3CDF2;
}
</style>
background-color css
<style>
a { background-color: #B3CDF2; }
a { background-color: rgb(179,205,242); }
div.DivClassName
{
background-color: #B3CDF2;
}
.BgClassName
{
background-color: #B3CDF2;
}
</style>
border-color css
<style>
span { border-color: #B3CDF2; }
span { border-color: rgb(179,205,242); }
td.TdClassName
{
border-color: #B3CDF2;
}
.TagClassName
{
border-color: #B3CDF2;
}
</style>