Html Css Color HEX #60A5AD Fountain Blue

📋 copy color: '#60A5AD'

red 96 ◦ green 165 ◦ blue 173

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

Shades of Fountain Blue #60A5AD

Tints of Fountain Blue #60A5AD

RGB

 RED value IS 96 (37.89% from 255) = 22.12%

 GREEN value IS 165 (64.84% from 255) = 38.02%

 BLUE value IS 173 (67.97% from 255) = 39.86%

R = 22.12%
G = 38.02%
B = 39.86%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#60A5AD (or 0x60A5AD) is known color: Fountain Blue. HEX triplet: 60, A5 and AD. RGB value is (96,165,173). Sum of RGB (Red+Green+Blue) = 96+165+173=434 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.12% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #60A5AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A5AD is #9F5A52. Grayscale: #919191. Windows color (decimal): -10443347 or 11380064. OLE color: 11380064.

HSL color Cylindrical-coordinate representation of color #60A5AD: hue angle of 186.23º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60A5AD is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 165 173 -
CMYK 0.45 0.05 0 0.32
HSL 186.23º 0.32% 0.53% -
HSV(B) 186.23º 0.45% 0.68% -
XYZ 25.82 32.41 44.43 -
YUV 145.28 143.64 92.85 -
System Red Green Blue C M Y K H S L
Decimal 96 165 173 0.45 0.05 0 0.32 186.23 0.32 0.53
Hex 60 A5 AD 2D 5 0 20 BA 20 35
Octal 140 245 255 55 5 0 40 272 40 65
Binary 1100000 10100101 10101101 101101 101 0 100000 10111010 100000 110101

Color Harmonies of #60A5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A5AD

Black with #60A5AD

Text Example


Text Example

White with #60A5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60A5AD; }

 p { color: rgb(96,165,173); }

 H1.HeaderClassName
 {
   color: #60A5AD;
 }
 .AnyTagClassName
 {
   color: #60A5AD;
 }
</style>

background-color css

<style>
 a { background-color: #60A5AD; }

 a { background-color: rgb(96,165,173); }

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

border-color css

<style>
 span { border-color: #60A5AD; }

 span { border-color: rgb(96,165,173); }

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