#B0CAF1

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

Shades of Tropical Blue #B0CAF1

Tints of Tropical Blue #B0CAF1

Color information

#B0CAF1 (or 0xB0CAF1) is unknown color: approx Tropical Blue. HEX triplet: B0, CA and F1. RGB value is (176,202,241). Sum of RGB (Red+Green+Blue) = 176+202+241=619 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.43% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #B0CAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CAF1 is #4F350E. Grayscale: #C6C6C6. Windows color (decimal): -5190927 or 15846064. OLE color: 15846064.

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

Color convert

RGB176202241-
CMYK0.270.1600.05
HSL216º69.89%81.76%-
HSV(B)216º26.97%94.51%-
XYZ54.957.8291.49-
YUV198.67151.89111.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.43%
GREEN value IS 202 (79.30% from 255) = 32.63%
BLUE value IS 241 (94.53% from 255) = 38.93%
R=28.43%
G=32.63%
B=38.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762022410.270.1600.0521669.8981.76
HexB0CAF11B1005d84652
Octal260312361332005330106122
Binary101100001100101011110001110111000001011101100010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CAF1; }

 p { color: rgb(176,202,241); }

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

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

 a { background-color: rgb(176,202,241); }

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

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

 span { border-color: rgb(176,202,241); }

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