#B1C4F2

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

Shades of Tropical Blue #B1C4F2

Tints of Tropical Blue #B1C4F2

Color information

#B1C4F2 (or 0xB1C4F2) is unknown color: approx Tropical Blue. HEX triplet: B1, C4 and F2. RGB value is (177,196,242). Sum of RGB (Red+Green+Blue) = 177+196+242=615 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.78% from 615); Green value is 196 (76.95% from 255 or 31.87% from 615); Blue value is 242 (94.92% from 255 or 39.35% from 615); Max value from RGB is 242 - color contains mainly: blue. Hex color #B1C4F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C4F2 is #4E3B0D. Grayscale: #C3C3C3. Windows color (decimal): -5126926 or 15910065. OLE color: 15910065.

HSL color Cylindrical-coordinate representation of color #B1C4F2: hue angle of 222.46º degrees, saturation: 0.71, 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 #B1C4F2 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB177196242-
CMYK0.270.1900.05
HSL222.46º71.43%82.16%-
HSV(B)222.46º26.86%94.9%-
XYZ53.955.2491.83-
YUV195.56154.21114.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.78%
GREEN value IS 196 (76.95% from 255) = 31.87%
BLUE value IS 242 (94.92% from 255) = 39.35%
R=28.78%
G=31.87%
B=39.35%

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
Decimal1771962420.270.1900.05222.4671.4382.16
HexB1C4F21B1305de4752
Octal261304362332305336107122
Binary101100011100010011110010110111001101011101111010001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C4F2; }

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

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

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

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

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

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

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

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