Html Css Color HEX #60AABC Fountain Blue

📋 copy color: '#60AABC'

red 96 ◦ green 170 ◦ blue 188

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

Shades of Fountain Blue #60AABC

Tints of Fountain Blue #60AABC

RGB

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

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

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

R = 21.15%
G = 37.44%
B = 41.41%

CMYK

 C value IS 0.49

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#60AABC (or 0x60AABC) is known color: Fountain Blue. HEX triplet: 60, AA and BC. RGB value is (96,170,188). Sum of RGB (Red+Green+Blue) = 96+170+188=454 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.15% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #60AABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AABC is #9F5543. Grayscale: #959595. Windows color (decimal): -10442052 or 12364384. OLE color: 12364384.

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

Color convert

RGB 96 170 188 -
CMYK 0.49 0.10 0 0.26
HSL 191.74º 0.41% 0.56% -
HSV(B) 191.74º 0.49% 0.74% -
XYZ 28.28 34.87 52.82 -
YUV 149.93 149.48 89.54 -
System Red Green Blue C M Y K H S L
Decimal 96 170 188 0.49 0.10 0 0.26 191.74 0.41 0.56
Hex 60 AA BC 31 A 0 1A C0 29 38
Octal 140 252 274 61 12 0 32 300 51 70
Binary 1100000 10101010 10111100 110001 1010 0 11010 11000000 101001 111000

Color Harmonies of #60AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AABC

Black with #60AABC

Text Example


Text Example

White with #60AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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