Html Css Color HEX #62AABD Fountain Blue

📋 copy color: '#62AABD'

red 98 ◦ green 170 ◦ blue 189

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

Shades of Fountain Blue #62AABD

Tints of Fountain Blue #62AABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.36%

R = 21.44%
G = 37.2%
B = 41.36%

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

#62AABD (or 0x62AABD) is known color: Fountain Blue. HEX triplet: 62, AA and BD. RGB value is (98,170,189). Sum of RGB (Red+Green+Blue) = 98+170+189=457 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.44% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #62AABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62AABD is #9D5542. Grayscale: #969696. Windows color (decimal): -10310979 or 12429922. OLE color: 12429922.

HSL color Cylindrical-coordinate representation of color #62AABD: hue angle of 192.53º degrees, saturation: 0.41, 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 #62AABD is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 98 170 189 -
CMYK 0.48 0.10 0 0.26
HSL 192.53º 0.41% 0.56% -
HSV(B) 192.53º 0.48% 0.74% -
XYZ 28.6 35.02 53.4 -
YUV 150.64 149.65 90.46 -
System Red Green Blue C M Y K H S L
Decimal 98 170 189 0.48 0.10 0 0.26 192.53 0.41 0.56
Hex 62 AA BD 30 A 0 1A C1 29 38
Octal 142 252 275 60 12 0 32 301 51 70
Binary 1100010 10101010 10111101 110000 1010 0 11010 11000001 101001 111000

Color Harmonies of #62AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62AABD

Black with #62AABD

Text Example


Text Example

White with #62AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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