#B3C6ED

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

Shades of Tropical Blue #B3C6ED

Tints of Tropical Blue #B3C6ED

Color information

#B3C6ED (or 0xB3C6ED) is unknown color: approx Tropical Blue. HEX triplet: B3, C6 and ED. RGB value is (179,198,237). Sum of RGB (Red+Green+Blue) = 179+198+237=614 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.15% from 614); Green value is 198 (77.73% from 255 or 32.25% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 237 - color contains mainly: blue. Hex color #B3C6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3C6ED is #4C3912. Grayscale: #C4C4C4. Windows color (decimal): -4995347 or 15582899. OLE color: 15582899.

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

Color convert

RGB179198237-
CMYK0.240.1600.07
HSL220.34º61.7%81.57%-
HSV(B)220.34º24.47%92.94%-
XYZ54.0756.0988.1-
YUV196.76150.71115.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.15%
GREEN value IS 198 (77.73% from 255) = 32.25%
BLUE value IS 237 (92.97% from 255) = 38.60%
R=29.15%
G=32.25%
B=38.60%

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
Decimal1791982370.240.1600.07220.3461.781.57
HexB3C6ED181007dc3e52
Octal26330635530200733476122
Binary10110011110001101110110111000100000111110111001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C6ED; }

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

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

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

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

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

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

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

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