#b0c4f2

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

Shades of Tropical Blue #B0C4F2

Tints of Tropical Blue #B0C4F2

Color information

#B0C4F2 (or 0xB0C4F2) is unknown color: approx Tropical Blue. HEX triplet: B0, C4 and F2. RGB value is (176,196,242). Sum of RGB (Red+Green+Blue) = 176+196+242=614 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.66% from 614); Green value is 196 (76.95% from 255 or 31.92% from 614); Blue value is 242 (94.92% from 255 or 39.41% from 614); Max value from RGB is 242 - color contains mainly: blue. Hex color #B0C4F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C4F2 is #4F3B0D. Grayscale: #C3C3C3. Windows color (decimal): -5192462 or 15910064. OLE color: 15910064.

HSL color Cylindrical-coordinate representation of color #B0C4F2: hue angle of 221.82º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0C4F2 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176196242-
CMYK0.270.1900.05
HSL221.82º71.74%81.96%-
HSV(B)221.82º27.27%94.9%-
XYZ53.6755.1291.81-
YUV195.26154.37114.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.66%
GREEN value IS 196 (76.95% from 255) = 31.92%
BLUE value IS 242 (94.92% from 255) = 39.41%
R=28.66%
G=31.92%
B=39.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1761962420.270.1900.05221.8271.7481.96
HexB0C4F21B1305de4852
Octal260304362332305336110122
Binary101100001100010011110010110111001101011101111010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0c4f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0c4f2; }

 p { color: rgb(176,196,242); }

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

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

 a { background-color: rgb(176,196,242); }

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

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

 span { border-color: rgb(176,196,242); }

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