#62B0B3

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

Shades of Fountain Blue #62B0B3

Tints of Fountain Blue #62B0B3

Color information

#62B0B3 (or 0x62B0B3) is unknown color: approx Fountain Blue. HEX triplet: 62, B0 and B3. RGB value is (98,176,179). Sum of RGB (Red+Green+Blue) = 98+176+179=453 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.63% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 179 (70.31% from 255 or 39.51% from 453); Max value from RGB is 179 - color contains mainly: blue. Hex color #62B0B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62B0B3 is #9D4F4C. Grayscale: #989898. Windows color (decimal): -10309453 or 11776098. OLE color: 11776098.

HSL color Cylindrical-coordinate representation of color #62B0B3: hue angle of 182.22º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #62B0B3 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB98176179-
CMYK0.450.0200.30
HSL182.22º34.76%54.31%-
HSV(B)182.22º45.25%70.2%-
XYZ28.736.948.26-
YUV153.02142.6688.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.63%
GREEN value IS 176 (69.14% from 255) = 38.85%
BLUE value IS 179 (70.31% from 255) = 39.51%
R=21.63%
G=38.85%
B=39.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal981761790.450.0200.30182.2234.7654.31
Hex62B0B32D201Eb62336
Octal1422602635520362664366
Binary110001010110000101100111011011001111010110110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,176,179); }

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

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

 a { background-color: rgb(98,176,179); }

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

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

 span { border-color: rgb(98,176,179); }

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