#B3C6FE

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

Shades of Tropical Blue #B3C6FE

Tints of Tropical Blue #B3C6FE

Color information

#B3C6FE (or 0xB3C6FE) is unknown color: approx Tropical Blue. HEX triplet: B3, C6 and FE. RGB value is (179,198,254). Sum of RGB (Red+Green+Blue) = 179+198+254=631 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.37% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3C6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3C6FE is #4C3901. Grayscale: #C6C6C6. Windows color (decimal): -4995330 or 16697011. OLE color: 16697011.

HSL color Cylindrical-coordinate representation of color #B3C6FE: hue angle of 224.8º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3C6FE is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB179198254-
CMYK0.300.2200.00
HSL224.8º97.4%84.9%-
HSV(B)224.8º29.53%99.61%-
XYZ56.6757.13101.81-
YUV198.7159.21113.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.37%
GREEN value IS 198 (77.73% from 255) = 31.38%
BLUE value IS 254 (99.61% from 255) = 40.25%
R=28.37%
G=31.38%
B=40.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1791982540.300.2200.00224.897.484.9
HexB3C6FE1E1600e16155
Octal263306376362600341141125
Binary1011001111000110111111101111010110001110000111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C6FE; }

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

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

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

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

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

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

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

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