#63B8B8

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

Shades of Fountain Blue #63B8B8

Tints of Fountain Blue #63B8B8

Color information

#63B8B8 (or 0x63B8B8) is unknown color: approx Fountain Blue. HEX triplet: 63, B8 and B8. RGB value is (99,184,184). Sum of RGB (Red+Green+Blue) = 99+184+184=467 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.20% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 184 (72.27% from 255 or 39.40% from 467); Max value from RGB is 184 - color contains mainly: green, blue. Hex color #63B8B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63B8B8 is #9C4747. Grayscale: #9E9E9E. Windows color (decimal): -10241864 or 12105827. OLE color: 12105827.

HSL color Cylindrical-coordinate representation of color #63B8B8: hue angle of 180º 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 #63B8B8 is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB99184184-
CMYK0.46000.28
HSL180º37.44%55.49%-
HSV(B)180º46.2%72.16%-
XYZ30.9440.3951.51-
YUV158.58142.3485.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.20%
GREEN value IS 184 (72.27% from 255) = 39.40%
BLUE value IS 184 (72.27% from 255) = 39.40%
R=21.20%
G=39.40%
B=39.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal991841840.46000.2818037.4455.49
Hex63B8B82E001Cb42537
Octal1432702705600342644567
Binary11000111011100010111000101110001110010110100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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