#63c0c6

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

Shades of Fountain Blue #63C0C6

Tints of Fountain Blue #63C0C6

Color information

#63C0C6 (or 0x63C0C6) is unknown color: approx Fountain Blue. HEX triplet: 63, C0 and C6. RGB value is (99,192,198). Sum of RGB (Red+Green+Blue) = 99+192+198=489 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.25% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 198 - color contains mainly: blue. Hex color #63C0C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C0C6 is #9C3F39. Grayscale: #A4A4A4. Windows color (decimal): -10239802 or 13025379. OLE color: 13025379.

HSL color Cylindrical-coordinate representation of color #63C0C6: hue angle of 183.64º 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 #63C0C6 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB99192198-
CMYK0.500.0300.22
HSL183.64º46.48%58.24%-
HSV(B)183.64º50%77.65%-
XYZ34.1944.4360.2-
YUV164.88146.6981.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.25%
GREEN value IS 192 (75.39% from 255) = 39.26%
BLUE value IS 198 (77.73% from 255) = 40.49%
R=20.25%
G=39.26%
B=40.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal991921980.500.0300.22183.6446.4858.24
Hex63C0C6323016b82e3a
Octal1433003066230262705672
Binary110001111000000110001101100101101011010111000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63c0c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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