#B1C4EA

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

Shades of Tropical Blue #B1C4EA

Tints of Tropical Blue #B1C4EA

Color information

#B1C4EA (or 0xB1C4EA) is unknown color: approx Tropical Blue. HEX triplet: B1, C4 and EA. RGB value is (177,196,234). Sum of RGB (Red+Green+Blue) = 177+196+234=607 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.16% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1C4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C4EA is #4E3B15. Grayscale: #C2C2C2. Windows color (decimal): -5126934 or 15385777. OLE color: 15385777.

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

Color convert

RGB177196234-
CMYK0.240.1600.08
HSL220º57.58%80.59%-
HSV(B)220º24.36%91.76%-
XYZ52.7254.7785.63-
YUV194.65150.21115.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.16%
GREEN value IS 196 (76.95% from 255) = 32.29%
BLUE value IS 234 (91.80% from 255) = 38.55%
R=29.16%
G=32.29%
B=38.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771962340.240.1600.0822057.5880.59
HexB1C4EA181008dc3a51
Octal261304352302001033472121
Binary101100011100010011101010110001000001000110111001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C4EA; }

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

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

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

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

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

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

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

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