#B3C6FB

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

Shades of Tropical Blue #B3C6FB

Tints of Tropical Blue #B3C6FB

Color information

#B3C6FB (or 0xB3C6FB) is unknown color: approx Tropical Blue. HEX triplet: B3, C6 and FB. RGB value is (179,198,251). Sum of RGB (Red+Green+Blue) = 179+198+251=628 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.50% from 628); Green value is 198 (77.73% from 255 or 31.53% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #B3C6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3C6FB is #4C3904. Grayscale: #C6C6C6. Windows color (decimal): -4995333 or 16500403. OLE color: 16500403.

HSL color Cylindrical-coordinate representation of color #B3C6FB: hue angle of 224.17º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3C6FB is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179198251-
CMYK0.290.2100.02
HSL224.17º90%84.31%-
HSV(B)224.17º28.69%98.43%-
XYZ56.256.9499.29-
YUV198.36157.71114.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.50%
GREEN value IS 198 (77.73% from 255) = 31.53%
BLUE value IS 251 (98.44% from 255) = 39.97%
R=28.50%
G=31.53%
B=39.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791982510.290.2100.02224.179084.31
HexB3C6FB1D1502e05a54
Octal263306373352502340132124
Binary10110011110001101111101111101101010101110000010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C6FB; }

 p { color: rgb(179,198,251); }

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

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

 a { background-color: rgb(179,198,251); }

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

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

 span { border-color: rgb(179,198,251); }

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