#62AAAD

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

Shades of Fountain Blue #62AAAD

Tints of Fountain Blue #62AAAD

Color information

#62AAAD (or 0x62AAAD) is unknown color: approx Fountain Blue. HEX triplet: 62, AA and AD. RGB value is (98,170,173). Sum of RGB (Red+Green+Blue) = 98+170+173=441 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.22% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #62AAAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62AAAD is #9D5552. Grayscale: #949494. Windows color (decimal): -10310995 or 11381346. OLE color: 11381346.

HSL color Cylindrical-coordinate representation of color #62AAAD: hue angle of 182.4º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #62AAAD is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB98170173-
CMYK0.430.0200.32
HSL182.4º31.38%53.14%-
HSV(B)182.4º43.35%67.84%-
XYZ26.9534.3644.75-
YUV148.81141.6591.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.22%
GREEN value IS 170 (66.80% from 255) = 38.55%
BLUE value IS 173 (67.97% from 255) = 39.23%
R=22.22%
G=38.55%
B=39.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal981701730.430.0200.32182.431.3853.14
Hex62AAAD2B2020b61f35
Octal1422522555320402663765
Binary110001010101010101011011010111001000001011011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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