Shades of Tropical Blue #B3C8FC
Tints of Tropical Blue #B3C8FC
RGB
CMYK
RGB Variations
Color information
#B3C8FC (or 0xB3C8FC) is known color: Tropical Blue. HEX triplet: B3, C8 and FC. RGB value is (179,200,252). Sum of RGB (Red+Green+Blue) = 179+200+252=631 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.37% from 631); Green value is 200 (78.52% from 255 or 31.70% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #B3C8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3C8FC is #4C3703. Grayscale: #C7C7C7. Windows color (decimal): -4994820 or 16566451. OLE color: 16566451.
HSL color Cylindrical-coordinate representation of color #B3C8FC: hue angle of 222.74º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3C8FC is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 200 | 252 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.01 |
| HSL | 222.74º | 0.92% | 0.85% | - |
| HSV(B) | 222.74º | 0.29% | 0.99% | - |
| XYZ | 56.82 | 57.92 | 100.28 | - |
| YUV | 199.65 | 157.54 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 200 | 252 | 0.29 | 0.21 | 0 | 0.01 | 222.74 | 0.92 | 0.85 |
| Hex | B3 | C8 | FC | 1D | 15 | 0 | 1 | DF | 5C | 55 |
| Octal | 263 | 310 | 374 | 35 | 25 | 0 | 1 | 337 | 134 | 125 |
| Binary | 10110011 | 11001000 | 11111100 | 11101 | 10101 | 0 | 1 | 11011111 | 1011100 | 1010101 |
Color Harmonies of #B3C8FC
Complementary color
Monochromatic Colors of #B3C8FC
Black with #B3C8FC
Text Example
Text Example
White with #B3C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C8FC; }
p { color: rgb(179,200,252); }
H1.HeaderClassName
{
color: #B3C8FC;
}
.AnyTagClassName
{
color: #B3C8FC;
}
</style>
background-color css
<style>
a { background-color: #B3C8FC; }
a { background-color: rgb(179,200,252); }
div.DivClassName
{
background-color: #B3C8FC;
}
.BgClassName
{
background-color: #B3C8FC;
}
</style>
border-color css
<style>
span { border-color: #B3C8FC; }
span { border-color: rgb(179,200,252); }
td.TdClassName
{
border-color: #B3C8FC;
}
.TagClassName
{
border-color: #B3C8FC;
}
</style>