#B0C3EF

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

Shades of Tropical Blue #B0C3EF

Tints of Tropical Blue #B0C3EF

Color information

#B0C3EF (or 0xB0C3EF) is unknown color: approx Tropical Blue. HEX triplet: B0, C3 and EF. RGB value is (176,195,239). Sum of RGB (Red+Green+Blue) = 176+195+239=610 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.85% from 610); Green value is 195 (76.56% from 255 or 31.97% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0C3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C3EF is #4F3C10. Grayscale: #C2C2C2. Windows color (decimal): -5192721 or 15713200. OLE color: 15713200.

HSL color Cylindrical-coordinate representation of color #B0C3EF: hue angle of 221.9º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0C3EF is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB176195239-
CMYK0.260.1800.06
HSL221.9º66.32%81.37%-
HSV(B)221.9º26.36%93.73%-
XYZ5354.4989.39-
YUV194.34153.21114.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.85%
GREEN value IS 195 (76.56% from 255) = 31.97%
BLUE value IS 239 (93.75% from 255) = 39.18%
R=28.85%
G=31.97%
B=39.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1761952390.260.1800.06221.966.3281.37
HexB0C3EF1A1206de4251
Octal260303357322206336102121
Binary101100001100001111101111110101001001101101111010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C3EF; }

 p { color: rgb(176,195,239); }

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

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

 a { background-color: rgb(176,195,239); }

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

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

 span { border-color: rgb(176,195,239); }

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