#B1C4EF

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

Shades of Tropical Blue #B1C4EF

Tints of Tropical Blue #B1C4EF

Color information

#B1C4EF (or 0xB1C4EF) is unknown color: approx Tropical Blue. HEX triplet: B1, C4 and EF. RGB value is (177,196,239). Sum of RGB (Red+Green+Blue) = 177+196+239=612 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.92% from 612); Green value is 196 (76.95% from 255 or 32.03% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #B1C4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C4EF is #4E3B10. Grayscale: #C3C3C3. Windows color (decimal): -5126929 or 15713457. OLE color: 15713457.

HSL color Cylindrical-coordinate representation of color #B1C4EF: hue angle of 221.61º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1C4EF is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB177196239-
CMYK0.260.1800.06
HSL221.61º65.96%81.57%-
HSV(B)221.61º25.94%93.73%-
XYZ53.4555.0689.47-
YUV195.22152.71115-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.92%
GREEN value IS 196 (76.95% from 255) = 32.03%
BLUE value IS 239 (93.75% from 255) = 39.05%
R=28.92%
G=32.03%
B=39.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1771962390.260.1800.06221.6165.9681.57
HexB1C4EF1A1206de4252
Octal261304357322206336102122
Binary101100011100010011101111110101001001101101111010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C4EF; }

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

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

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

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

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

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

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

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