#B0C3EA

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

Shades of Tropical Blue #B0C3EA

Tints of Tropical Blue #B0C3EA

Color information

#B0C3EA (or 0xB0C3EA) is unknown color: approx Tropical Blue. HEX triplet: B0, C3 and EA. RGB value is (176,195,234). Sum of RGB (Red+Green+Blue) = 176+195+234=605 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.09% from 605); Green value is 195 (76.56% from 255 or 32.23% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #B0C3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C3EA is #4F3C15. Grayscale: #C1C1C1. Windows color (decimal): -5192726 or 15385520. OLE color: 15385520.

HSL color Cylindrical-coordinate representation of color #B0C3EA: hue angle of 220.34º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0C3EA is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176195234-
CMYK0.250.1700.08
HSL220.34º58%80.39%-
HSV(B)220.34º24.79%91.76%-
XYZ52.2754.285.55-
YUV193.76150.71115.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.09%
GREEN value IS 195 (76.56% from 255) = 32.23%
BLUE value IS 234 (91.80% from 255) = 38.68%
R=29.09%
G=32.23%
B=38.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1761952340.250.1700.08220.345880.39
HexB0C3EA191108dc3a50
Octal260303352312101033472120
Binary101100001100001111101010110011000101000110111001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C3EA; }

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

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

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

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

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

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

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

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