Shades of Tropical Blue #B3CEF2
Tints of Tropical Blue #B3CEF2
RGB
CMYK
RGB Variations
Color information
#B3CEF2 (or 0xB3CEF2) is known color: Tropical Blue. HEX triplet: B3, CE and F2. RGB value is (179,206,242). Sum of RGB (Red+Green+Blue) = 179+206+242=627 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.55% from 627); Green value is 206 (80.86% from 255 or 32.85% 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 #B3CEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CEF2 is #4C310D. Grayscale: #C9C9C9. Windows color (decimal): -4993294 or 15912627. OLE color: 15912627.
HSL color Cylindrical-coordinate representation of color #B3CEF2: hue angle of 214.29º 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 #B3CEF2 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 206 | 242 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.05 |
| HSL | 214.29º | 0.71% | 0.83% | - |
| HSV(B) | 214.29º | 0.26% | 0.95% | - |
| XYZ | 56.69 | 60.14 | 92.62 | - |
| YUV | 202.03 | 150.55 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 206 | 242 | 0.26 | 0.15 | 0 | 0.05 | 214.29 | 0.71 | 0.83 |
| Hex | B3 | CE | F2 | 1A | F | 0 | 5 | D6 | 47 | 53 |
| Octal | 263 | 316 | 362 | 32 | 17 | 0 | 5 | 326 | 107 | 123 |
| Binary | 10110011 | 11001110 | 11110010 | 11010 | 1111 | 0 | 101 | 11010110 | 1000111 | 1010011 |
Color Harmonies of #B3CEF2
Complementary color
Monochromatic Colors of #B3CEF2
Black with #B3CEF2
Text Example
Text Example
White with #B3CEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CEF2; }
p { color: rgb(179,206,242); }
H1.HeaderClassName
{
color: #B3CEF2;
}
.AnyTagClassName
{
color: #B3CEF2;
}
</style>
background-color css
<style>
a { background-color: #B3CEF2; }
a { background-color: rgb(179,206,242); }
div.DivClassName
{
background-color: #B3CEF2;
}
.BgClassName
{
background-color: #B3CEF2;
}
</style>
border-color css
<style>
span { border-color: #B3CEF2; }
span { border-color: rgb(179,206,242); }
td.TdClassName
{
border-color: #B3CEF2;
}
.TagClassName
{
border-color: #B3CEF2;
}
</style>