#62afb5

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

Shades of Fountain Blue #62AFB5

Tints of Fountain Blue #62AFB5

Color information

#62AFB5 (or 0x62AFB5) is unknown color: approx Fountain Blue. HEX triplet: 62, AF and B5. RGB value is (98,175,181). Sum of RGB (Red+Green+Blue) = 98+175+181=454 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.59% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 181 - color contains mainly: blue. Hex color #62AFB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62AFB5 is #9D504A. Grayscale: #989898. Windows color (decimal): -10309707 or 11906914. OLE color: 11906914.

HSL color Cylindrical-coordinate representation of color #62AFB5: hue angle of 184.34º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #62AFB5 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB98175181-
CMYK0.460.0300.29
HSL184.34º35.93%54.71%-
HSV(B)184.34º45.86%70.98%-
XYZ28.7136.5949.27-
YUV152.66143.9989.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.59%
GREEN value IS 175 (68.75% from 255) = 38.55%
BLUE value IS 181 (71.09% from 255) = 39.87%
R=21.59%
G=38.55%
B=39.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal981751810.460.0300.29184.3435.9354.71
Hex62AFB52E301Db82437
Octal1422572655630352704467
Binary110001010101111101101011011101101110110111000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62afb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,175,181); }

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

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

 a { background-color: rgb(98,175,181); }

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

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

 span { border-color: rgb(98,175,181); }

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