#62A7BA

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

Shades of Fountain Blue #62A7BA

Tints of Fountain Blue #62A7BA

Color information

#62A7BA (or 0x62A7BA) is unknown color: approx Fountain Blue. HEX triplet: 62, A7 and BA. RGB value is (98,167,186). Sum of RGB (Red+Green+Blue) = 98+167+186=451 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.73% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #62A7BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A7BA is #9D5845. Grayscale: #949494. Windows color (decimal): -10311750 or 12232546. OLE color: 12232546.

HSL color Cylindrical-coordinate representation of color #62A7BA: hue angle of 192.95º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #62A7BA is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB98167186-
CMYK0.470.1000.27
HSL192.95º38.94%55.69%-
HSV(B)192.95º47.31%72.94%-
XYZ27.7233.7851.51-
YUV148.54149.1491.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.73%
GREEN value IS 167 (65.62% from 255) = 37.03%
BLUE value IS 186 (73.05% from 255) = 41.24%
R=21.73%
G=37.03%
B=41.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal981671860.470.1000.27192.9538.9455.69
Hex62A7BA2FA01Bc12738
Octal14224727257120333014770
Binary11000101010011110111010101111101001101111000001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,167,186); }

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

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

 a { background-color: rgb(98,167,186); }

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

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

 span { border-color: rgb(98,167,186); }

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