#63AEBE

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

Shades of Fountain Blue #63AEBE

Tints of Fountain Blue #63AEBE

Color information

#63AEBE (or 0x63AEBE) is unknown color: approx Fountain Blue. HEX triplet: 63, AE and BE. RGB value is (99,174,190). Sum of RGB (Red+Green+Blue) = 99+174+190=463 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.38% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #63AEBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AEBE is #9C5141. Grayscale: #999999. Windows color (decimal): -10244418 or 12496483. OLE color: 12496483.

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

Color convert

RGB99174190-
CMYK0.480.0800.25
HSL190.55º41.18%56.67%-
HSV(B)190.55º47.89%74.51%-
XYZ29.5836.6454.23-
YUV153.4148.6589.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.38%
GREEN value IS 174 (68.36% from 255) = 37.58%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=21.38%
G=37.58%
B=41.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991741900.480.0800.25190.5541.1856.67
Hex63AEBE308019bf2939
Octal14325627660100312775171
Binary11000111010111010111110110000100001100110111111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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