#B3CAF1

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

Shades of Tropical Blue #B3CAF1

Tints of Tropical Blue #B3CAF1

Color information

#B3CAF1 (or 0xB3CAF1) is unknown color: approx Tropical Blue. HEX triplet: B3, CA and F1. RGB value is (179,202,241). Sum of RGB (Red+Green+Blue) = 179+202+241=622 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.78% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 241 - color contains mainly: blue. Hex color #B3CAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CAF1 is #4C350E. Grayscale: #C7C7C7. Windows color (decimal): -4994319 or 15846067. OLE color: 15846067.

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

Color convert

RGB179202241-
CMYK0.260.1600.05
HSL217.74º68.89%82.35%-
HSV(B)217.74º25.73%94.51%-
XYZ55.5958.1891.52-
YUV199.57151.38113.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.78%
GREEN value IS 202 (79.30% from 255) = 32.48%
BLUE value IS 241 (94.53% from 255) = 38.75%
R=28.78%
G=32.48%
B=38.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1792022410.260.1600.05217.7468.8982.35
HexB3CAF11A1005da4552
Octal263312361322005332105122
Binary101100111100101011110001110101000001011101101010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CAF1; }

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

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

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

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

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

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

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

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