#63B8B5

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

Shades of Fountain Blue #63B8B5

Tints of Fountain Blue #63B8B5

Color information

#63B8B5 (or 0x63B8B5) is unknown color: approx Fountain Blue. HEX triplet: 63, B8 and B5. RGB value is (99,184,181). Sum of RGB (Red+Green+Blue) = 99+184+181=464 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.34% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 184 - color contains mainly: green. Hex color #63B8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63B8B5 is #9C474A. Grayscale: #9E9E9E. Windows color (decimal): -10241867 or 11909219. OLE color: 11909219.

HSL color Cylindrical-coordinate representation of color #63B8B5: hue angle of 177.88º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63B8B5 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB99184181-
CMYK0.4600.020.28
HSL177.88º37.44%55.49%-
HSV(B)177.88º46.2%72.16%-
XYZ30.6340.2749.87-
YUV158.24140.8485.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.34%
GREEN value IS 184 (72.27% from 255) = 39.66%
BLUE value IS 181 (71.09% from 255) = 39.01%
R=21.34%
G=39.66%
B=39.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal991841810.4600.020.28177.8837.4455.49
Hex63B8B52E021Cb22537
Octal1432702655602342624567
Binary110001110111000101101011011100101110010110010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,184,181); }

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

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

 a { background-color: rgb(99,184,181); }

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

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

 span { border-color: rgb(99,184,181); }

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