Html Css Color HEX #60ABB9 Fountain Blue

📋 copy color: '#60ABB9'

red 96 ◦ green 171 ◦ blue 185

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

Shades of Fountain Blue #60ABB9

Tints of Fountain Blue #60ABB9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.83%

 BLUE value IS 185 (72.66% from 255) = 40.93%

R = 21.24%
G = 37.83%
B = 40.93%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#60ABB9 (or 0x60ABB9) is known color: Fountain Blue. HEX triplet: 60, AB and B9. RGB value is (96,171,185). Sum of RGB (Red+Green+Blue) = 96+171+185=452 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.24% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 185 - color contains mainly: blue. Hex color #60ABB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ABB9 is #9F5446. Grayscale: #969696. Windows color (decimal): -10441799 or 12168032. OLE color: 12168032.

HSL color Cylindrical-coordinate representation of color #60ABB9: hue angle of 189.44º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60ABB9 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 171 185 -
CMYK 0.48 0.08 0 0.27
HSL 189.44º 0.39% 0.55% -
HSV(B) 189.44º 0.48% 0.73% -
XYZ 28.14 35.12 51.19 -
YUV 150.17 147.65 89.36 -
System Red Green Blue C M Y K H S L
Decimal 96 171 185 0.48 0.08 0 0.27 189.44 0.39 0.55
Hex 60 AB B9 30 8 0 1B BD 27 37
Octal 140 253 271 60 10 0 33 275 47 67
Binary 1100000 10101011 10111001 110000 1000 0 11011 10111101 100111 110111

Color Harmonies of #60ABB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ABB9

Black with #60ABB9

Text Example


Text Example

White with #60ABB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,171,185); }

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

background-color css

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

 a { background-color: rgb(96,171,185); }

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

border-color css

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

 span { border-color: rgb(96,171,185); }

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