#63BDC6

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

Shades of Fountain Blue #63BDC6

Tints of Fountain Blue #63BDC6

Color information

#63BDC6 (or 0x63BDC6) is unknown color: approx Fountain Blue. HEX triplet: 63, BD and C6. RGB value is (99,189,198). Sum of RGB (Red+Green+Blue) = 99+189+198=486 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.37% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 198 (77.73% from 255 or 40.74% from 486); Max value from RGB is 198 - color contains mainly: blue. Hex color #63BDC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BDC6 is #9C4239. Grayscale: #A2A2A2. Windows color (decimal): -10240570 or 13024611. OLE color: 13024611.

HSL color Cylindrical-coordinate representation of color #63BDC6: hue angle of 185.45º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63BDC6 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB99189198-
CMYK0.500.0500.22
HSL185.45º46.48%58.24%-
HSV(B)185.45º50%77.65%-
XYZ33.5443.1359.98-
YUV163.12147.6882.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.37%
GREEN value IS 189 (74.22% from 255) = 38.89%
BLUE value IS 198 (77.73% from 255) = 40.74%
R=20.37%
G=38.89%
B=40.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal991891980.500.0500.22185.4546.4858.24
Hex63BDC6325016b92e3a
Octal1432753066250262715672
Binary1100011101111011100011011001010101011010111001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,189,198); }

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

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

 a { background-color: rgb(99,189,198); }

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

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

 span { border-color: rgb(99,189,198); }

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