Html Css Color HEX #60ABBE Fountain Blue

📋 copy color: '#60ABBE'

red 96 ◦ green 171 ◦ blue 190

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

Shades of Fountain Blue #60ABBE

Tints of Fountain Blue #60ABBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.58%

R = 21.01%
G = 37.42%
B = 41.58%

CMYK

 C value IS 0.49

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#60ABBE (or 0x60ABBE) is known color: Fountain Blue. HEX triplet: 60, AB and BE. RGB value is (96,171,190). Sum of RGB (Red+Green+Blue) = 96+171+190=457 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.01% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #60ABBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ABBE is #9F5441. Grayscale: #969696. Windows color (decimal): -10441794 or 12495712. OLE color: 12495712.

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

Color convert

RGB 96 171 190 -
CMYK 0.49 0.10 0 0.25
HSL 192.13º 0.42% 0.56% -
HSV(B) 192.13º 0.49% 0.75% -
XYZ 28.68 35.33 54.02 -
YUV 150.74 150.15 88.96 -
System Red Green Blue C M Y K H S L
Decimal 96 171 190 0.49 0.10 0 0.25 192.13 0.42 0.56
Hex 60 AB BE 31 A 0 19 C0 2A 38
Octal 140 253 276 61 12 0 31 300 52 70
Binary 1100000 10101011 10111110 110001 1010 0 11001 11000000 101010 111000

Color Harmonies of #60ABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ABBE

Black with #60ABBE

Text Example


Text Example

White with #60ABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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