#63B3BE

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

Shades of Fountain Blue #63B3BE

Tints of Fountain Blue #63B3BE

Color information

#63B3BE (or 0x63B3BE) is unknown color: approx Fountain Blue. HEX triplet: 63, B3 and BE. RGB value is (99,179,190). Sum of RGB (Red+Green+Blue) = 99+179+190=468 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.15% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #63B3BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63B3BE is #9C4C41. Grayscale: #9C9C9C. Windows color (decimal): -10243138 or 12497763. OLE color: 12497763.

HSL color Cylindrical-coordinate representation of color #63B3BE: hue angle of 187.25º 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 #63B3BE is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB99179190-
CMYK0.480.0600.25
HSL187.25º41.18%56.67%-
HSV(B)187.25º47.89%74.51%-
XYZ30.5638.6154.56-
YUV156.3314787.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.15%
GREEN value IS 179 (70.31% from 255) = 38.25%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=21.15%
G=38.25%
B=40.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991791900.480.0600.25187.2541.1856.67
Hex63B3BE306019bb2939
Octal1432632766060312735171
Binary1100011101100111011111011000011001100110111011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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