#62B6BF

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

Shades of Fountain Blue #62B6BF

Tints of Fountain Blue #62B6BF

Color information

#62B6BF (or 0x62B6BF) is unknown color: approx Fountain Blue. HEX triplet: 62, B6 and BF. RGB value is (98,182,191). Sum of RGB (Red+Green+Blue) = 98+182+191=471 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.81% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #62B6BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62B6BF is #9D4940. Grayscale: #9D9D9D. Windows color (decimal): -10307905 or 12564066. OLE color: 12564066.

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

Color convert

RGB98182191-
CMYK0.490.0500.25
HSL185.81º42.08%56.67%-
HSV(B)185.81º48.69%74.9%-
XYZ31.1739.8155.33-
YUV157.91146.6785.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.81%
GREEN value IS 182 (71.48% from 255) = 38.64%
BLUE value IS 191 (75% from 255) = 40.55%
R=20.81%
G=38.64%
B=40.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal981821910.490.0500.25185.8142.0856.67
Hex62B6BF315019ba2a39
Octal1422662776150312725271
Binary1100010101101101011111111000110101100110111010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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