#B2C5F1

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

Shades of Tropical Blue #B2C5F1

Tints of Tropical Blue #B2C5F1

Color information

#B2C5F1 (or 0xB2C5F1) is unknown color: approx Tropical Blue. HEX triplet: B2, C5 and F1. RGB value is (178,197,241). Sum of RGB (Red+Green+Blue) = 178+197+241=616 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.90% from 616); Green value is 197 (77.34% from 255 or 31.98% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #B2C5F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C5F1 is #4D3A0E. Grayscale: #C4C4C4. Windows color (decimal): -5061135 or 15844786. OLE color: 15844786.

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

Color convert

RGB178197241-
CMYK0.260.1800.05
HSL221.9º69.23%82.16%-
HSV(B)221.9º26.14%94.51%-
XYZ54.255.7591.12-
YUV196.33153.21114.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.90%
GREEN value IS 197 (77.34% from 255) = 31.98%
BLUE value IS 241 (94.53% from 255) = 39.12%
R=28.90%
G=31.98%
B=39.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1781972410.260.1800.05221.969.2382.16
HexB2C5F11A1205de4552
Octal262305361322205336105122
Binary101100101100010111110001110101001001011101111010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C5F1; }

 p { color: rgb(178,197,241); }

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

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

 a { background-color: rgb(178,197,241); }

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

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

 span { border-color: rgb(178,197,241); }

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