#62AFBB

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

Shades of Fountain Blue #62AFBB

Tints of Fountain Blue #62AFBB

Color information

#62AFBB (or 0x62AFBB) is unknown color: approx Fountain Blue. HEX triplet: 62, AF and BB. RGB value is (98,175,187). Sum of RGB (Red+Green+Blue) = 98+175+187=460 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.30% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #62AFBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62AFBB is #9D5044. Grayscale: #999999. Windows color (decimal): -10309701 or 12300130. OLE color: 12300130.

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

Color convert

RGB98175187-
CMYK0.480.0600.27
HSL188.09º39.56%55.88%-
HSV(B)188.09º47.59%73.33%-
XYZ29.3436.8452.58-
YUV153.34146.9988.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.30%
GREEN value IS 175 (68.75% from 255) = 38.04%
BLUE value IS 187 (73.44% from 255) = 40.65%
R=21.30%
G=38.04%
B=40.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal981751870.480.0600.27188.0939.5655.88
Hex62AFBB30601Bbc2838
Octal1422572736060332745070
Binary1100010101011111011101111000011001101110111100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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