#62AEBA

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

Shades of Fountain Blue #62AEBA

Tints of Fountain Blue #62AEBA

Color information

#62AEBA (or 0x62AEBA) is unknown color: approx Fountain Blue. HEX triplet: 62, AE and BA. RGB value is (98,174,186). Sum of RGB (Red+Green+Blue) = 98+174+186=458 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.40% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #62AEBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62AEBA is #9D5145. Grayscale: #989898. Windows color (decimal): -10309958 or 12234338. OLE color: 12234338.

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

Color convert

RGB98174186-
CMYK0.470.0600.27
HSL188.18º38.94%55.69%-
HSV(B)188.18º47.31%72.94%-
XYZ29.0436.4151.95-
YUV152.64146.8289.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.40%
GREEN value IS 174 (68.36% from 255) = 37.99%
BLUE value IS 186 (73.05% from 255) = 40.61%
R=21.40%
G=37.99%
B=40.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal981741860.470.0600.27188.1838.9455.69
Hex62AEBA2F601Bbc2738
Octal1422562725760332744770
Binary1100010101011101011101010111111001101110111100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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