#63AEB6

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

Shades of Fountain Blue #63AEB6

Tints of Fountain Blue #63AEB6

Color information

#63AEB6 (or 0x63AEB6) is unknown color: approx Fountain Blue. HEX triplet: 63, AE and B6. RGB value is (99,174,182). Sum of RGB (Red+Green+Blue) = 99+174+182=455 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.76% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 182 - color contains mainly: blue. Hex color #63AEB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AEB6 is #9C5149. Grayscale: #989898. Windows color (decimal): -10244426 or 11972195. OLE color: 11972195.

HSL color Cylindrical-coordinate representation of color #63AEB6: hue angle of 185.78º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63AEB6 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB99174182-
CMYK0.460.0400.29
HSL185.78º36.24%55.1%-
HSV(B)185.78º45.6%71.37%-
XYZ28.7336.349.75-
YUV152.49144.6589.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.76%
GREEN value IS 174 (68.36% from 255) = 38.24%
BLUE value IS 182 (71.48% from 255) = 40%
R=21.76%
G=38.24%
B=40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal991741820.460.0400.29185.7836.2455.1
Hex63AEB62E401Dba2437
Octal1432562665640352724467
Binary1100011101011101011011010111010001110110111010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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