#62AEBD

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

Shades of Fountain Blue #62AEBD

Tints of Fountain Blue #62AEBD

Color information

#62AEBD (or 0x62AEBD) is unknown color: approx Fountain Blue. HEX triplet: 62, AE and BD. RGB value is (98,174,189). Sum of RGB (Red+Green+Blue) = 98+174+189=461 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.26% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #62AEBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62AEBD is #9D5142. Grayscale: #989898. Windows color (decimal): -10309955 or 12430946. OLE color: 12430946.

HSL color Cylindrical-coordinate representation of color #62AEBD: hue angle of 189.89º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62AEBD is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB98174189-
CMYK0.480.0800.26
HSL189.89º40.81%56.27%-
HSV(B)189.89º48.15%74.12%-
XYZ29.3636.5453.65-
YUV152.99148.3288.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.26%
GREEN value IS 174 (68.36% from 255) = 37.74%
BLUE value IS 189 (74.22% from 255) = 41.00%
R=21.26%
G=37.74%
B=41.00%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal981741890.480.0800.26189.8940.8156.27
Hex62AEBD30801Abe2938
Octal14225627560100322765170
Binary11000101010111010111101110000100001101010111110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62AEBD; }

 p { color: rgb(98,174,189); }

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

<style>
 a { background-color: #62AEBD; }

 a { background-color: rgb(98,174,189); }

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

<style>
 span { border-color: #62AEBD; }

 span { border-color: rgb(98,174,189); }

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