Html Css Color HEX #60B0BF Fountain Blue

📋 copy color: '#60B0BF'

red 96 ◦ green 176 ◦ blue 191

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

Shades of Fountain Blue #60B0BF

Tints of Fountain Blue #60B0BF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.01%

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

R = 20.73%
G = 38.01%
B = 41.25%

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

#60B0BF (or 0x60B0BF) is known color: Fountain Blue. HEX triplet: 60, B0 and BF. RGB value is (96,176,191). Sum of RGB (Red+Green+Blue) = 96+176+191=463 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.73% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #60B0BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B0BF is #9F4F40. Grayscale: #999999. Windows color (decimal): -10440513 or 12562528. OLE color: 12562528.

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

Color convert

RGB 96 176 191 -
CMYK 0.50 0.08 0 0.25
HSL 189.47º 0.43% 0.56% -
HSV(B) 189.47º 0.5% 0.75% -
XYZ 29.75 37.3 54.92 -
YUV 153.79 149 86.78 -
System Red Green Blue C M Y K H S L
Decimal 96 176 191 0.50 0.08 0 0.25 189.47 0.43 0.56
Hex 60 B0 BF 32 8 0 19 BD 2B 38
Octal 140 260 277 62 10 0 31 275 53 70
Binary 1100000 10110000 10111111 110010 1000 0 11001 10111101 101011 111000

Color Harmonies of #60B0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B0BF

Black with #60B0BF

Text Example


Text Example

White with #60B0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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