Shades of Tropical Blue #B3C6EE
Tints of Tropical Blue #B3C6EE
RGB
CMYK
RGB Variations
Color information
#B3C6EE (or 0xB3C6EE) is known color: Tropical Blue. HEX triplet: B3, C6 and EE. RGB value is (179,198,238). Sum of RGB (Red+Green+Blue) = 179+198+238=615 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.11% from 615); Green value is 198 (77.73% from 255 or 32.20% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #B3C6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3C6EE is #4C3911. Grayscale: #C4C4C4. Windows color (decimal): -4995346 or 15648435. OLE color: 15648435.
HSL color Cylindrical-coordinate representation of color #B3C6EE: hue angle of 220.68º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3C6EE is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 198 | 238 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.07 |
| HSL | 220.68º | 0.63% | 0.82% | - |
| HSV(B) | 220.68º | 0.25% | 0.93% | - |
| XYZ | 54.22 | 56.14 | 88.87 | - |
| YUV | 196.88 | 151.21 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 198 | 238 | 0.25 | 0.17 | 0 | 0.07 | 220.68 | 0.63 | 0.82 |
| Hex | B3 | C6 | EE | 19 | 11 | 0 | 7 | DD | 3F | 52 |
| Octal | 263 | 306 | 356 | 31 | 21 | 0 | 7 | 335 | 77 | 122 |
| Binary | 10110011 | 11000110 | 11101110 | 11001 | 10001 | 0 | 111 | 11011101 | 111111 | 1010010 |
Color Harmonies of #B3C6EE
Complementary color
Monochromatic Colors of #B3C6EE
Black with #B3C6EE
Text Example
Text Example
White with #B3C6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C6EE; }
p { color: rgb(179,198,238); }
H1.HeaderClassName
{
color: #B3C6EE;
}
.AnyTagClassName
{
color: #B3C6EE;
}
</style>
background-color css
<style>
a { background-color: #B3C6EE; }
a { background-color: rgb(179,198,238); }
div.DivClassName
{
background-color: #B3C6EE;
}
.BgClassName
{
background-color: #B3C6EE;
}
</style>
border-color css
<style>
span { border-color: #B3C6EE; }
span { border-color: rgb(179,198,238); }
td.TdClassName
{
border-color: #B3C6EE;
}
.TagClassName
{
border-color: #B3C6EE;
}
</style>