Html Css Color HEX #62AABC Fountain Blue

📋 copy color: '#62AABC'

red 98 ◦ green 170 ◦ blue 188

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

Shades of Fountain Blue #62AABC

Tints of Fountain Blue #62AABC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.28%

 BLUE value IS 188 (73.83% from 255) = 41.23%

R = 21.49%
G = 37.28%
B = 41.23%

CMYK

 C value IS 0.48

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#62AABC (or 0x62AABC) is known color: Fountain Blue. HEX triplet: 62, AA and BC. RGB value is (98,170,188). Sum of RGB (Red+Green+Blue) = 98+170+188=456 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.49% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #62AABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62AABC is #9D5543. Grayscale: #969696. Windows color (decimal): -10310980 or 12364386. OLE color: 12364386.

HSL color Cylindrical-coordinate representation of color #62AABC: hue angle of 192º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62AABC is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 98 170 188 -
CMYK 0.48 0.10 0 0.26
HSL 192º 0.4% 0.56% -
HSV(B) 192º 0.48% 0.74% -
XYZ 28.49 34.98 52.83 -
YUV 150.52 149.15 90.54 -
System Red Green Blue C M Y K H S L
Decimal 98 170 188 0.48 0.10 0 0.26 192 0.4 0.56
Hex 62 AA BC 30 A 0 1A C0 28 38
Octal 142 252 274 60 12 0 32 300 50 70
Binary 1100010 10101010 10111100 110000 1010 0 11010 11000000 101000 111000

Color Harmonies of #62AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62AABC

Black with #62AABC

Text Example


Text Example

White with #62AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,170,188); }

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

background-color css

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

 a { background-color: rgb(98,170,188); }

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

border-color css

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

 span { border-color: rgb(98,170,188); }

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