#62B2BF

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

Shades of Fountain Blue #62B2BF

Tints of Fountain Blue #62B2BF

Color information

#62B2BF (or 0x62B2BF) is unknown color: approx Fountain Blue. HEX triplet: 62, B2 and BF. RGB value is (98,178,191). Sum of RGB (Red+Green+Blue) = 98+178+191=467 (61% of max value = 765). Red value is 98 (38.67% from 255 or 20.99% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #62B2BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62B2BF is #9D4D40. Grayscale: #9B9B9B. Windows color (decimal): -10308929 or 12563042. OLE color: 12563042.

HSL color Cylindrical-coordinate representation of color #62B2BF: hue angle of 188.39º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62B2BF is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB98178191-
CMYK0.490.0700.25
HSL188.39º42.08%56.67%-
HSV(B)188.39º48.69%74.9%-
XYZ30.3638.255.06-
YUV155.5614886.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.99%
GREEN value IS 178 (69.92% from 255) = 38.12%
BLUE value IS 191 (75% from 255) = 40.90%
R=20.99%
G=38.12%
B=40.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal981781910.490.0700.25188.3942.0856.67
Hex62B2BF317019bc2a39
Octal1422622776170312745271
Binary1100010101100101011111111000111101100110111100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,178,191); }

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

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

 a { background-color: rgb(98,178,191); }

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

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

 span { border-color: rgb(98,178,191); }

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