Html Css Color HEX #60B1C0 Fountain Blue

📋 copy color: '#60B1C0'

red 96 ◦ green 177 ◦ blue 192

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

Shades of Fountain Blue #60B1C0

Tints of Fountain Blue #60B1C0

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.06%

 BLUE value IS 192 (75.39% from 255) = 41.29%

R = 20.65%
G = 38.06%
B = 41.29%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#60B1C0 (or 0x60B1C0) is known color: Fountain Blue. HEX triplet: 60, B1 and C0. RGB value is (96,177,192). Sum of RGB (Red+Green+Blue) = 96+177+192=465 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.65% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #60B1C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B1C0 is #9F4E3F. Grayscale: #9A9A9A. Windows color (decimal): -10440256 or 12628320. OLE color: 12628320.

HSL color Cylindrical-coordinate representation of color #60B1C0: hue angle of 189.38º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60B1C0 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 177 192 -
CMYK 0.50 0.08 0 0.25
HSL 189.38º 0.43% 0.56% -
HSV(B) 189.38º 0.5% 0.75% -
XYZ 30.06 37.74 55.57 -
YUV 154.49 149.16 86.28 -
System Red Green Blue C M Y K H S L
Decimal 96 177 192 0.50 0.08 0 0.25 189.38 0.43 0.56
Hex 60 B1 C0 32 8 0 19 BD 2B 38
Octal 140 261 300 62 10 0 31 275 53 70
Binary 1100000 10110001 11000000 110010 1000 0 11001 10111101 101011 111000

Color Harmonies of #60B1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B1C0

Black with #60B1C0

Text Example


Text Example

White with #60B1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,177,192); }

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

background-color css

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

 a { background-color: rgb(96,177,192); }

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

border-color css

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

 span { border-color: rgb(96,177,192); }

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