#62ABBB

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

Shades of Fountain Blue #62ABBB

Tints of Fountain Blue #62ABBB

Color information

#62ABBB (or 0x62ABBB) is unknown color: approx Fountain Blue. HEX triplet: 62, AB and BB. RGB value is (98,171,187). Sum of RGB (Red+Green+Blue) = 98+171+187=456 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.49% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: blue. Hex color #62ABBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62ABBB is #9D5444. Grayscale: #969696. Windows color (decimal): -10310725 or 12299106. OLE color: 12299106.

HSL color Cylindrical-coordinate representation of color #62ABBB: hue angle of 190.79º 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 #62ABBB is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB98171187-
CMYK0.480.0900.27
HSL190.79º39.56%55.88%-
HSV(B)190.79º47.59%73.33%-
XYZ28.5735.3152.32-
YUV151148.3290.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.49%
GREEN value IS 171 (67.19% from 255) = 37.5%
BLUE value IS 187 (73.44% from 255) = 41.01%
R=21.49%
G=37.5%
B=41.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal981711870.480.0900.27190.7939.5655.88
Hex62ABBB30901Bbf2838
Octal14225327360110332775070
Binary11000101010101110111011110000100101101110111111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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