#B1CAF2

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

Shades of Tropical Blue #B1CAF2

Tints of Tropical Blue #B1CAF2

Color information

#B1CAF2 (or 0xB1CAF2) is unknown color: approx Tropical Blue. HEX triplet: B1, CA and F2. RGB value is (177,202,242). Sum of RGB (Red+Green+Blue) = 177+202+242=621 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.50% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 242 (94.92% from 255 or 38.97% from 621); Max value from RGB is 242 - color contains mainly: blue. Hex color #B1CAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CAF2 is #4E350D. Grayscale: #C6C6C6. Windows color (decimal): -5125390 or 15911601. OLE color: 15911601.

HSL color Cylindrical-coordinate representation of color #B1CAF2: hue angle of 216.92º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1CAF2 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB177202242-
CMYK0.270.1700.05
HSL216.92º71.43%82.16%-
HSV(B)216.92º26.86%94.9%-
XYZ55.285892.29-
YUV199.08152.22112.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.50%
GREEN value IS 202 (79.30% from 255) = 32.53%
BLUE value IS 242 (94.92% from 255) = 38.97%
R=28.50%
G=32.53%
B=38.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772022420.270.1700.05216.9271.4382.16
HexB1CAF21B1105d94752
Octal261312362332105331107122
Binary101100011100101011110010110111000101011101100110001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CAF2; }

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

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

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

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

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

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

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

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