#B0C8EB

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

Shades of Tropical Blue #B0C8EB

Tints of Tropical Blue #B0C8EB

Color information

#B0C8EB (or 0xB0C8EB) is unknown color: approx Tropical Blue. HEX triplet: B0, C8 and EB. RGB value is (176,200,235). Sum of RGB (Red+Green+Blue) = 176+200+235=611 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.81% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #B0C8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C8EB is #4F3714. Grayscale: #C4C4C4. Windows color (decimal): -5191445 or 15452336. OLE color: 15452336.

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

Color convert

RGB176200235-
CMYK0.250.1500.08
HSL215.59º59.6%80.59%-
HSV(B)215.59º25.11%92.16%-
XYZ53.5556.5486.69-
YUV196.81149.55113.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.81%
GREEN value IS 200 (78.52% from 255) = 32.73%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=28.81%
G=32.73%
B=38.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762002350.250.1500.08215.5959.680.59
HexB0C8EB19F08d83c51
Octal260310353311701033074121
Binary10110000110010001110101111001111101000110110001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C8EB; }

 p { color: rgb(176,200,235); }

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

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

 a { background-color: rgb(176,200,235); }

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

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

 span { border-color: rgb(176,200,235); }

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