#62B4BB

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

Shades of Fountain Blue #62B4BB

Tints of Fountain Blue #62B4BB

Color information

#62B4BB (or 0x62B4BB) is unknown color: approx Fountain Blue. HEX triplet: 62, B4 and BB. RGB value is (98,180,187). Sum of RGB (Red+Green+Blue) = 98+180+187=465 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.08% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #62B4BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62B4BB is #9D4B44. Grayscale: #9C9C9C. Windows color (decimal): -10308421 or 12301410. OLE color: 12301410.

HSL color Cylindrical-coordinate representation of color #62B4BB: hue angle of 184.72º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62B4BB is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB98180187-
CMYK0.480.0400.27
HSL184.72º39.56%55.88%-
HSV(B)184.72º47.59%73.33%-
XYZ30.3338.8352.91-
YUV156.28145.3386.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.08%
GREEN value IS 180 (70.70% from 255) = 38.71%
BLUE value IS 187 (73.44% from 255) = 40.22%
R=21.08%
G=38.71%
B=40.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal981801870.480.0400.27184.7239.5655.88
Hex62B4BB30401Bb92838
Octal1422642736040332715070
Binary1100010101101001011101111000010001101110111001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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