#62ACC1

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

Shades of Fountain Blue #62ACC1

Tints of Fountain Blue #62ACC1

Color information

#62ACC1 (or 0x62ACC1) is unknown color: approx Fountain Blue. HEX triplet: 62, AC and C1. RGB value is (98,172,193). Sum of RGB (Red+Green+Blue) = 98+172+193=463 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.17% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #62ACC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62ACC1 is #9D533E. Grayscale: #989898. Windows color (decimal): -10310463 or 12692578. OLE color: 12692578.

HSL color Cylindrical-coordinate representation of color #62ACC1: hue angle of 193.26º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62ACC1 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB98172193-
CMYK0.490.1100.24
HSL193.26º43.38%57.06%-
HSV(B)193.26º49.22%75.69%-
XYZ29.4235.9555.84-
YUV152.27150.9889.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.17%
GREEN value IS 172 (67.58% from 255) = 37.15%
BLUE value IS 193 (75.78% from 255) = 41.68%
R=21.17%
G=37.15%
B=41.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal981721930.490.1100.24193.2643.3857.06
Hex62ACC131B018c12b39
Octal14225430161130303015371
Binary11000101010110011000001110001101101100011000001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62ACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,172,193); }

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

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

 a { background-color: rgb(98,172,193); }

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

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

 span { border-color: rgb(98,172,193); }

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