#B1C5EA

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

Shades of Tropical Blue #B1C5EA

Tints of Tropical Blue #B1C5EA

Color information

#B1C5EA (or 0xB1C5EA) is unknown color: approx Tropical Blue. HEX triplet: B1, C5 and EA. RGB value is (177,197,234). Sum of RGB (Red+Green+Blue) = 177+197+234=608 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.11% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1C5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C5EA is #4E3A15. Grayscale: #C3C3C3. Windows color (decimal): -5126678 or 15386033. OLE color: 15386033.

HSL color Cylindrical-coordinate representation of color #B1C5EA: hue angle of 218.95º 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 #B1C5EA is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177197234-
CMYK0.240.1600.08
HSL218.95º57.58%80.59%-
HSV(B)218.95º24.36%91.76%-
XYZ52.9555.2285.71-
YUV195.24149.87114.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.11%
GREEN value IS 197 (77.34% from 255) = 32.40%
BLUE value IS 234 (91.80% from 255) = 38.49%
R=29.11%
G=32.40%
B=38.49%

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
Decimal1771972340.240.1600.08218.9557.5880.59
HexB1C5EA181008db3a51
Octal261305352302001033372121
Binary101100011100010111101010110001000001000110110111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C5EA; }

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

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

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

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

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

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

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

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