#B1CAEA

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

Shades of Tropical Blue #B1CAEA

Tints of Tropical Blue #B1CAEA

Color information

#B1CAEA (or 0xB1CAEA) is unknown color: approx Tropical Blue. HEX triplet: B1, CA and EA. RGB value is (177,202,234). Sum of RGB (Red+Green+Blue) = 177+202+234=613 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.87% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1CAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CAEA is #4E3515. Grayscale: #C6C6C6. Windows color (decimal): -5125398 or 15387313. OLE color: 15387313.

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

Color convert

RGB177202234-
CMYK0.240.1400.08
HSL213.68º57.58%80.59%-
HSV(B)213.68º24.36%91.76%-
XYZ54.157.5386.09-
YUV198.17148.22112.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.87%
GREEN value IS 202 (79.30% from 255) = 32.95%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=28.87%
G=32.95%
B=38.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1772022340.240.1400.08213.6857.5880.59
HexB1CAEA18E08d63a51
Octal261312352301601032672121
Binary10110001110010101110101011000111001000110101101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CAEA; }

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

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

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

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

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

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

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

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