#62BBBF

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

Shades of Fountain Blue #62BBBF

Tints of Fountain Blue #62BBBF

Color information

#62BBBF (or 0x62BBBF) is unknown color: approx Fountain Blue. HEX triplet: 62, BB and BF. RGB value is (98,187,191). Sum of RGB (Red+Green+Blue) = 98+187+191=476 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.59% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #62BBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BBBF is #9D4440. Grayscale: #A0A0A0. Windows color (decimal): -10306625 or 12565346. OLE color: 12565346.

HSL color Cylindrical-coordinate representation of color #62BBBF: hue angle of 182.58º 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 #62BBBF is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB98187191-
CMYK0.490.0200.25
HSL182.58º42.08%56.67%-
HSV(B)182.58º48.69%74.9%-
XYZ32.2141.955.68-
YUV160.84145.0183.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.59%
GREEN value IS 187 (73.44% from 255) = 39.29%
BLUE value IS 191 (75% from 255) = 40.13%
R=20.59%
G=39.29%
B=40.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal981871910.490.0200.25182.5842.0856.67
Hex62BBBF312019b72a39
Octal1422732776120312675271
Binary110001010111011101111111100011001100110110111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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