#62b4b9

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

Shades of Fountain Blue #62B4B9

Tints of Fountain Blue #62B4B9

Color information

#62B4B9 (or 0x62B4B9) is unknown color: approx Fountain Blue. HEX triplet: 62, B4 and B9. RGB value is (98,180,185). Sum of RGB (Red+Green+Blue) = 98+180+185=463 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.17% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 185 - color contains mainly: blue. Hex color #62B4B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62B4B9 is #9D4B46. Grayscale: #9B9B9B. Windows color (decimal): -10308423 or 12170338. OLE color: 12170338.

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

Color convert

RGB98180185-
CMYK0.470.0300.27
HSL183.45º38.33%55.49%-
HSV(B)183.45º47.03%72.55%-
XYZ30.1238.7451.79-
YUV156.05144.3386.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.17%
GREEN value IS 180 (70.70% from 255) = 38.88%
BLUE value IS 185 (72.66% from 255) = 39.96%
R=21.17%
G=38.88%
B=39.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal981801850.470.0300.27183.4538.3355.49
Hex62B4B92F301Bb72637
Octal1422642715730332674667
Binary110001010110100101110011011111101101110110111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62b4b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,180,185); }

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

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

 a { background-color: rgb(98,180,185); }

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

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

 span { border-color: rgb(98,180,185); }

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