Html Css Color HEX #62ACC0 Fountain Blue

📋 copy color: '#62ACC0'

red 98 ◦ green 172 ◦ blue 192

#62ACC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #62ACC0

Tints of Fountain Blue #62ACC0

RGB

 RED value IS 98 (38.67% from 255) = 21.21%

 GREEN value IS 172 (67.58% from 255) = 37.23%

 BLUE value IS 192 (75.39% from 255) = 41.56%

R = 21.21%
G = 37.23%
B = 41.56%

CMYK

 C value IS 0.49

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#62ACC0 (or 0x62ACC0) is known color: Fountain Blue. HEX triplet: 62, AC and C0. RGB value is (98,172,192). Sum of RGB (Red+Green+Blue) = 98+172+192=462 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.21% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 192 - color contains mainly: blue. Hex color #62ACC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62ACC0 is #9D533F. Grayscale: #989898. Windows color (decimal): -10310464 or 12627042. OLE color: 12627042.

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

Color convert

RGB 98 172 192 -
CMYK 0.49 0.10 0 0.25
HSL 192.77º 0.43% 0.57% -
HSV(B) 192.77º 0.49% 0.75% -
XYZ 29.3 35.91 55.26 -
YUV 152.15 150.48 89.37 -
System Red Green Blue C M Y K H S L
Decimal 98 172 192 0.49 0.10 0 0.25 192.77 0.43 0.57
Hex 62 AC C0 31 A 0 19 C1 2B 39
Octal 142 254 300 61 12 0 31 301 53 71
Binary 1100010 10101100 11000000 110001 1010 0 11001 11000001 101011 111001

Color Harmonies of #62ACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62ACC0

Black with #62ACC0

Text Example


Text Example

White with #62ACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62ACC0;
 }
 .AnyTagClassName
 {
   color: #62ACC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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