#62BAC3

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

Shades of Fountain Blue #62BAC3

Tints of Fountain Blue #62BAC3

Color information

#62BAC3 (or 0x62BAC3) is unknown color: approx Fountain Blue. HEX triplet: 62, BA and C3. RGB value is (98,186,195). Sum of RGB (Red+Green+Blue) = 98+186+195=479 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.46% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 195 (76.56% from 255 or 40.71% from 479); Max value from RGB is 195 - color contains mainly: blue. Hex color #62BAC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BAC3 is #9D453C. Grayscale: #A0A0A0. Windows color (decimal): -10306877 or 12827234. OLE color: 12827234.

HSL color Cylindrical-coordinate representation of color #62BAC3: hue angle of 185.57º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #62BAC3 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB98186195-
CMYK0.500.0500.24
HSL185.57º44.7%57.45%-
HSV(B)185.57º49.74%76.47%-
XYZ32.4541.6557.96-
YUV160.71147.3583.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.46%
GREEN value IS 186 (73.05% from 255) = 38.83%
BLUE value IS 195 (76.56% from 255) = 40.71%
R=20.46%
G=38.83%
B=40.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal981861950.500.0500.24185.5744.757.45
Hex62BAC3325018ba2d39
Octal1422723036250302725571
Binary1100010101110101100001111001010101100010111010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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