#62AABA

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

Shades of Fountain Blue #62AABA

Tints of Fountain Blue #62AABA

Color information

#62AABA (or 0x62AABA) is unknown color: approx Fountain Blue. HEX triplet: 62, AA and BA. RGB value is (98,170,186). Sum of RGB (Red+Green+Blue) = 98+170+186=454 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.59% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #62AABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62AABA is #9D5545. Grayscale: #969696. Windows color (decimal): -10310982 or 12233314. OLE color: 12233314.

HSL color Cylindrical-coordinate representation of color #62AABA: hue angle of 190.91º 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 #62AABA is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB98170186-
CMYK0.470.0900.27
HSL190.91º38.94%55.69%-
HSV(B)190.91º47.31%72.94%-
XYZ28.2734.8951.7-
YUV150.3148.1590.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.59%
GREEN value IS 170 (66.80% from 255) = 37.44%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=21.59%
G=37.44%
B=40.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal981701860.470.0900.27190.9138.9455.69
Hex62AABA2F901Bbf2738
Octal14225227257110332774770
Binary11000101010101010111010101111100101101110111111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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