#63B2BC

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

Shades of Fountain Blue #63B2BC

Tints of Fountain Blue #63B2BC

Color information

#63B2BC (or 0x63B2BC) is unknown color: approx Fountain Blue. HEX triplet: 63, B2 and BC. RGB value is (99,178,188). Sum of RGB (Red+Green+Blue) = 99+178+188=465 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.29% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #63B2BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63B2BC is #9C4D43. Grayscale: #9B9B9B. Windows color (decimal): -10243396 or 12366435. OLE color: 12366435.

HSL color Cylindrical-coordinate representation of color #63B2BC: hue angle of 186.74º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63B2BC is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB99178188-
CMYK0.470.0500.26
HSL186.74º39.91%56.27%-
HSV(B)186.74º47.34%73.73%-
XYZ30.1438.1253.35-
YUV155.52146.3387.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.29%
GREEN value IS 178 (69.92% from 255) = 38.28%
BLUE value IS 188 (73.83% from 255) = 40.43%
R=21.29%
G=38.28%
B=40.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991781880.470.0500.26186.7439.9156.27
Hex63B2BC2F501Abb2838
Octal1432622745750322735070
Binary1100011101100101011110010111110101101010111011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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