#62BEC0

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

Shades of Fountain Blue #62BEC0

Tints of Fountain Blue #62BEC0

Color information

#62BEC0 (or 0x62BEC0) is unknown color: approx Fountain Blue. HEX triplet: 62, BE and C0. RGB value is (98,190,192). Sum of RGB (Red+Green+Blue) = 98+190+192=480 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.42% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 192 - color contains mainly: blue. Hex color #62BEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BEC0 is #9D413F. Grayscale: #A2A2A2. Windows color (decimal): -10305856 or 12631650. OLE color: 12631650.

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

Color convert

RGB98190192-
CMYK0.490.0100.25
HSL181.28º42.73%56.86%-
HSV(B)181.28º48.96%75.29%-
XYZ32.9643.2356.48-
YUV162.72144.5281.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.42%
GREEN value IS 190 (74.61% from 255) = 39.58%
BLUE value IS 192 (75.39% from 255) = 40%
R=20.42%
G=39.58%
B=40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal981901920.490.0100.25181.2842.7356.86
Hex62BEC0311019b52b39
Octal1422763006110312655371
Binary11000101011111011000000110001101100110110101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,190,192); }

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

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

 a { background-color: rgb(98,190,192); }

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

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

 span { border-color: rgb(98,190,192); }

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