Html Css Color HEX #60B1BF Fountain Blue

📋 copy color: '#60B1BF'

red 96 ◦ green 177 ◦ blue 191

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

Shades of Fountain Blue #60B1BF

Tints of Fountain Blue #60B1BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.16%

R = 20.69%
G = 38.15%
B = 41.16%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#60B1BF (or 0x60B1BF) is known color: Fountain Blue. HEX triplet: 60, B1 and BF. RGB value is (96,177,191). Sum of RGB (Red+Green+Blue) = 96+177+191=464 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.69% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #60B1BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B1BF is #9F4E40. Grayscale: #9A9A9A. Windows color (decimal): -10440257 or 12562784. OLE color: 12562784.

HSL color Cylindrical-coordinate representation of color #60B1BF: hue angle of 188.84º 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 #60B1BF is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 177 191 -
CMYK 0.50 0.07 0 0.25
HSL 188.84º 0.43% 0.56% -
HSV(B) 188.84º 0.5% 0.75% -
XYZ 29.95 37.69 54.99 -
YUV 154.38 148.66 86.36 -
System Red Green Blue C M Y K H S L
Decimal 96 177 191 0.50 0.07 0 0.25 188.84 0.43 0.56
Hex 60 B1 BF 32 7 0 19 BD 2B 38
Octal 140 261 277 62 7 0 31 275 53 70
Binary 1100000 10110001 10111111 110010 111 0 11001 10111101 101011 111000

Color Harmonies of #60B1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B1BF

Black with #60B1BF

Text Example


Text Example

White with #60B1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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