#63AEB7

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

Shades of Fountain Blue #63AEB7

Tints of Fountain Blue #63AEB7

Color information

#63AEB7 (or 0x63AEB7) is unknown color: approx Fountain Blue. HEX triplet: 63, AE and B7. RGB value is (99,174,183). Sum of RGB (Red+Green+Blue) = 99+174+183=456 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.71% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 183 (71.88% from 255 or 40.13% from 456); Max value from RGB is 183 - color contains mainly: blue. Hex color #63AEB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AEB7 is #9C5148. Grayscale: #989898. Windows color (decimal): -10244425 or 12037731. OLE color: 12037731.

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

Color convert

RGB99174183-
CMYK0.460.0500.28
HSL186.43º36.84%55.29%-
HSV(B)186.43º45.9%71.76%-
XYZ28.8336.3450.3-
YUV152.6145.1589.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.71%
GREEN value IS 174 (68.36% from 255) = 38.16%
BLUE value IS 183 (71.88% from 255) = 40.13%
R=21.71%
G=38.16%
B=40.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal991741830.460.0500.28186.4336.8455.29
Hex63AEB72E501Cba2537
Octal1432562675650342724567
Binary1100011101011101011011110111010101110010111010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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