#B1CAEC

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

Shades of Tropical Blue #B1CAEC

Tints of Tropical Blue #B1CAEC

Color information

#B1CAEC (or 0xB1CAEC) is unknown color: approx Tropical Blue. HEX triplet: B1, CA and EC. RGB value is (177,202,236). Sum of RGB (Red+Green+Blue) = 177+202+236=615 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.78% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #B1CAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CAEC is #4E3513. Grayscale: #C6C6C6. Windows color (decimal): -5125396 or 15518385. OLE color: 15518385.

HSL color Cylindrical-coordinate representation of color #B1CAEC: hue angle of 214.58º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1CAEC is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177202236-
CMYK0.250.1400.07
HSL214.58º60.82%80.98%-
HSV(B)214.58º25%92.55%-
XYZ54.3957.6487.62-
YUV198.4149.22112.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.78%
GREEN value IS 202 (79.30% from 255) = 32.85%
BLUE value IS 236 (92.58% from 255) = 38.37%
R=28.78%
G=32.85%
B=38.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772022360.250.1400.07214.5860.8280.98
HexB1CAEC19E07d73d51
Octal26131235431160732775121
Binary1011000111001010111011001100111100111110101111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CAEC; }

 p { color: rgb(177,202,236); }

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

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

 a { background-color: rgb(177,202,236); }

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

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

 span { border-color: rgb(177,202,236); }

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