#B1CAF3

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

Shades of Tropical Blue #B1CAF3

Tints of Tropical Blue #B1CAF3

Color information

#B1CAF3 (or 0xB1CAF3) is unknown color: approx Tropical Blue. HEX triplet: B1, CA and F3. RGB value is (177,202,243). Sum of RGB (Red+Green+Blue) = 177+202+243=622 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.46% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 243 (95.31% from 255 or 39.07% from 622); Max value from RGB is 243 - color contains mainly: blue. Hex color #B1CAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CAF3 is #4E350C. Grayscale: #C7C7C7. Windows color (decimal): -5125389 or 15977137. OLE color: 15977137.

HSL color Cylindrical-coordinate representation of color #B1CAF3: hue angle of 217.27º degrees, saturation: 0.73, 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 #B1CAF3 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB177202243-
CMYK0.270.1700.05
HSL217.27º73.33%82.35%-
HSV(B)217.27º27.16%95.29%-
XYZ55.4358.0693.08-
YUV199.2152.72112.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.46%
GREEN value IS 202 (79.30% from 255) = 32.48%
BLUE value IS 243 (95.31% from 255) = 39.07%
R=28.46%
G=32.48%
B=39.07%

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
Decimal1772022430.270.1700.05217.2773.3382.35
HexB1CAF31B1105d94952
Octal261312363332105331111122
Binary101100011100101011110011110111000101011101100110010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CAF3; }

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

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

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

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

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

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

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

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