#63B2BF

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

Shades of Fountain Blue #63B2BF

Tints of Fountain Blue #63B2BF

Color information

#63B2BF (or 0x63B2BF) is unknown color: approx Fountain Blue. HEX triplet: 63, B2 and BF. RGB value is (99,178,191). Sum of RGB (Red+Green+Blue) = 99+178+191=468 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.15% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #63B2BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63B2BF is #9C4D40. Grayscale: #9B9B9B. Windows color (decimal): -10243393 or 12563043. OLE color: 12563043.

HSL color Cylindrical-coordinate representation of color #63B2BF: hue angle of 188.48º degrees, saturation: 0.42, 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 #63B2BF is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB99178191-
CMYK0.480.0700.25
HSL188.48º41.82%56.86%-
HSV(B)188.48º48.17%74.9%-
XYZ30.4738.2655.07-
YUV155.86147.8387.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.15%
GREEN value IS 178 (69.92% from 255) = 38.03%
BLUE value IS 191 (75% from 255) = 40.81%
R=21.15%
G=38.03%
B=40.81%

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
Decimal991781910.480.0700.25188.4841.8256.86
Hex63B2BF307019bc2a39
Octal1432622776070312745271
Binary1100011101100101011111111000011101100110111100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,178,191); }

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

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

 a { background-color: rgb(99,178,191); }

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

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

 span { border-color: rgb(99,178,191); }

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