#63B1BE

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

Shades of Fountain Blue #63B1BE

Tints of Fountain Blue #63B1BE

Color information

#63B1BE (or 0x63B1BE) is unknown color: approx Fountain Blue. HEX triplet: 63, B1 and BE. RGB value is (99,177,190). Sum of RGB (Red+Green+Blue) = 99+177+190=466 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.24% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #63B1BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63B1BE is #9C4E41. Grayscale: #9B9B9B. Windows color (decimal): -10243650 or 12497251. OLE color: 12497251.

HSL color Cylindrical-coordinate representation of color #63B1BE: hue angle of 188.57º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63B1BE is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB99177190-
CMYK0.480.0700.25
HSL188.57º41.18%56.67%-
HSV(B)188.57º47.89%74.51%-
XYZ30.1637.8154.42-
YUV155.16147.6687.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.24%
GREEN value IS 177 (69.53% from 255) = 37.98%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=21.24%
G=37.98%
B=40.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991771900.480.0700.25188.5741.1856.67
Hex63B1BE307019bd2939
Octal1432612766070312755171
Binary1100011101100011011111011000011101100110111101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63B1BE; }

 p { color: rgb(99,177,190); }

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

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

 a { background-color: rgb(99,177,190); }

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

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

 span { border-color: rgb(99,177,190); }

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