Shades of Tropical Blue #B3CDF3
Tints of Tropical Blue #B3CDF3
RGB
CMYK
RGB Variations
Color information
#B3CDF3 (or 0xB3CDF3) is known color: Tropical Blue. HEX triplet: B3, CD and F3. RGB value is (179,205,243). Sum of RGB (Red+Green+Blue) = 179+205+243=627 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.55% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #B3CDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CDF3 is #4C320C. Grayscale: #C9C9C9. Windows color (decimal): -4993549 or 15977907. OLE color: 15977907.
HSL color Cylindrical-coordinate representation of color #B3CDF3: hue angle of 215.62º degrees, saturation: 0.73, 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 #B3CDF3 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 205 | 243 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.05 |
| HSL | 215.63º | 0.73% | 0.83% | - |
| HSV(B) | 215.63º | 0.26% | 0.95% | - |
| XYZ | 56.6 | 59.72 | 93.34 | - |
| YUV | 201.56 | 151.39 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 205 | 243 | 0.26 | 0.16 | 0 | 0.05 | 215.63 | 0.73 | 0.83 |
| Hex | B3 | CD | F3 | 1A | 10 | 0 | 5 | D8 | 49 | 53 |
| Octal | 263 | 315 | 363 | 32 | 20 | 0 | 5 | 330 | 111 | 123 |
| Binary | 10110011 | 11001101 | 11110011 | 11010 | 10000 | 0 | 101 | 11011000 | 1001001 | 1010011 |
Color Harmonies of #B3CDF3
Complementary color
Monochromatic Colors of #B3CDF3
Black with #B3CDF3
Text Example
Text Example
White with #B3CDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CDF3; }
p { color: rgb(179,205,243); }
H1.HeaderClassName
{
color: #B3CDF3;
}
.AnyTagClassName
{
color: #B3CDF3;
}
</style>
background-color css
<style>
a { background-color: #B3CDF3; }
a { background-color: rgb(179,205,243); }
div.DivClassName
{
background-color: #B3CDF3;
}
.BgClassName
{
background-color: #B3CDF3;
}
</style>
border-color css
<style>
span { border-color: #B3CDF3; }
span { border-color: rgb(179,205,243); }
td.TdClassName
{
border-color: #B3CDF3;
}
.TagClassName
{
border-color: #B3CDF3;
}
</style>