Shades of Tropical Blue #B3CCEF
Tints of Tropical Blue #B3CCEF
RGB
CMYK
RGB Variations
Color information
#B3CCEF (or 0xB3CCEF) is known color: Tropical Blue. HEX triplet: B3, CC and EF. RGB value is (179,204,239). Sum of RGB (Red+Green+Blue) = 179+204+239=622 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.78% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #B3CCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CCEF is #4C3310. Grayscale: #C8C8C8. Windows color (decimal): -4993809 or 15715507. OLE color: 15715507.
HSL color Cylindrical-coordinate representation of color #B3CCEF: hue angle of 215º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3CCEF is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 204 | 239 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.06 |
| HSL | 215º | 0.65% | 0.82% | - |
| HSV(B) | 215º | 0.25% | 0.94% | - |
| XYZ | 55.76 | 59 | 90.11 | - |
| YUV | 200.52 | 149.72 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 204 | 239 | 0.25 | 0.15 | 0 | 0.06 | 215 | 0.65 | 0.82 |
| Hex | B3 | CC | EF | 19 | F | 0 | 6 | D7 | 41 | 52 |
| Octal | 263 | 314 | 357 | 31 | 17 | 0 | 6 | 327 | 101 | 122 |
| Binary | 10110011 | 11001100 | 11101111 | 11001 | 1111 | 0 | 110 | 11010111 | 1000001 | 1010010 |
Color Harmonies of #B3CCEF
Complementary color
Monochromatic Colors of #B3CCEF
Black with #B3CCEF
Text Example
Text Example
White with #B3CCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CCEF; }
p { color: rgb(179,204,239); }
H1.HeaderClassName
{
color: #B3CCEF;
}
.AnyTagClassName
{
color: #B3CCEF;
}
</style>
background-color css
<style>
a { background-color: #B3CCEF; }
a { background-color: rgb(179,204,239); }
div.DivClassName
{
background-color: #B3CCEF;
}
.BgClassName
{
background-color: #B3CCEF;
}
</style>
border-color css
<style>
span { border-color: #B3CCEF; }
span { border-color: rgb(179,204,239); }
td.TdClassName
{
border-color: #B3CCEF;
}
.TagClassName
{
border-color: #B3CCEF;
}
</style>