#B0C5EE

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

Shades of Tropical Blue #B0C5EE

Tints of Tropical Blue #B0C5EE

Color information

#B0C5EE (or 0xB0C5EE) is unknown color: approx Tropical Blue. HEX triplet: B0, C5 and EE. RGB value is (176,197,238). Sum of RGB (Red+Green+Blue) = 176+197+238=611 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.81% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #B0C5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C5EE is #4F3A11. Grayscale: #C3C3C3. Windows color (decimal): -5192210 or 15648176. OLE color: 15648176.

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

Color convert

RGB176197238-
CMYK0.260.1700.07
HSL219.68º64.58%81.18%-
HSV(B)219.68º26.05%93.33%-
XYZ53.355.3488.76-
YUV195.4152.04114.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.81%
GREEN value IS 197 (77.34% from 255) = 32.24%
BLUE value IS 238 (93.36% from 255) = 38.95%
R=28.81%
G=32.24%
B=38.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761972380.260.1700.07219.6864.5881.18
HexB0C5EE1A1107dc4151
Octal260305356322107334101121
Binary101100001100010111101110110101000101111101110010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C5EE; }

 p { color: rgb(176,197,238); }

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

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

 a { background-color: rgb(176,197,238); }

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

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

 span { border-color: rgb(176,197,238); }

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