#63BEB7

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

Shades of Fountain Blue #63BEB7

Tints of Fountain Blue #63BEB7

Color information

#63BEB7 (or 0x63BEB7) is unknown color: approx Fountain Blue. HEX triplet: 63, BE and B7. RGB value is (99,190,183). Sum of RGB (Red+Green+Blue) = 99+190+183=472 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.97% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #63BEB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BEB7 is #9C4148. Grayscale: #A1A1A1. Windows color (decimal): -10240329 or 12041827. OLE color: 12041827.

HSL color Cylindrical-coordinate representation of color #63BEB7: hue angle of 175.38º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63BEB7 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB99190183-
CMYK0.4800.040.25
HSL175.38º41.18%56.67%-
HSV(B)175.38º47.89%74.51%-
XYZ32.1142.951.39-
YUV161.99139.8583.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.97%
GREEN value IS 190 (74.61% from 255) = 40.25%
BLUE value IS 183 (71.88% from 255) = 38.77%
R=20.97%
G=40.25%
B=38.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991901830.4800.040.25175.3841.1856.67
Hex63BEB7300419af2939
Octal1432762676004312575171
Binary1100011101111101011011111000001001100110101111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,190,183); }

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

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

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

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

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

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

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