#62AFB8

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

Shades of Fountain Blue #62AFB8

Tints of Fountain Blue #62AFB8

Color information

#62AFB8 (or 0x62AFB8) is unknown color: approx Fountain Blue. HEX triplet: 62, AF and B8. RGB value is (98,175,184). Sum of RGB (Red+Green+Blue) = 98+175+184=457 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.44% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 184 (72.27% from 255 or 40.26% from 457); Max value from RGB is 184 - color contains mainly: blue. Hex color #62AFB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62AFB8 is #9D5047. Grayscale: #989898. Windows color (decimal): -10309704 or 12103522. OLE color: 12103522.

HSL color Cylindrical-coordinate representation of color #62AFB8: hue angle of 186.28º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #62AFB8 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB98175184-
CMYK0.470.0500.28
HSL186.28º37.72%55.29%-
HSV(B)186.28º46.74%72.16%-
XYZ29.0236.7250.91-
YUV153145.4988.77-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.44%
GREEN value IS 175 (68.75% from 255) = 38.29%
BLUE value IS 184 (72.27% from 255) = 40.26%
R=21.44%
G=38.29%
B=40.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal981751840.470.0500.28186.2837.7255.29
Hex62AFB82F501Cba2637
Octal1422572705750342724667
Binary1100010101011111011100010111110101110010111010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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