#B3C6EC

Color #B3C6EC Tropical Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Blue #B3C6EC

Tints of Tropical Blue #B3C6EC

Color information

#B3C6EC (or 0xB3C6EC) is unknown color: approx Tropical Blue. HEX triplet: B3, C6 and EC. RGB value is (179,198,236). Sum of RGB (Red+Green+Blue) = 179+198+236=613 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.20% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #B3C6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3C6EC is #4C3913. Grayscale: #C4C4C4. Windows color (decimal): -4995348 or 15517363. OLE color: 15517363.

HSL color Cylindrical-coordinate representation of color #B3C6EC: hue angle of 220º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3C6EC is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179198236-
CMYK0.240.1600.07
HSL220º60%81.37%-
HSV(B)220º24.15%92.55%-
XYZ53.9256.0387.33-
YUV196.65150.21115.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 29.20%
GREEN value IS 198 (77.73% from 255) = 32.30%
BLUE value IS 236 (92.58% from 255) = 38.50%
R=29.20%
G=32.30%
B=38.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791982360.240.1600.072206081.37
HexB3C6EC181007dc3c51
Octal26330635430200733474121
Binary10110011110001101110110011000100000111110111001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C6EC; }

 p { color: rgb(179,198,236); }

 H1.HeaderClassName
 {
   color: #B3C6EC;
 }
 .AnyTagClassName
 {
   color: #B3C6EC;
 }
</style>
background-color css

<style>
 a { background-color: #B3C6EC; }

 a { background-color: rgb(179,198,236); }

 div.DivClassName
 {
   background-color: #B3C6EC;
 }
 .BgClassName
 {
   background-color: #B3C6EC;
 }
</style>
border-color css

<style>
 span { border-color: #B3C6EC; }

 span { border-color: rgb(179,198,236); }

 td.TdClassName
 {
   border-color: #B3C6EC;
 }
 .TagClassName
 {
   border-color: #B3C6EC;
 }
</style>