Html Css Color HEX #60B5BC Fountain Blue

📋 copy color: '#60B5BC'

red 96 ◦ green 181 ◦ blue 188

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

Shades of Fountain Blue #60B5BC

Tints of Fountain Blue #60B5BC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.92%

 BLUE value IS 188 (73.83% from 255) = 40.43%

R = 20.65%
G = 38.92%
B = 40.43%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#60B5BC (or 0x60B5BC) is known color: Fountain Blue. HEX triplet: 60, B5 and BC. RGB value is (96,181,188). Sum of RGB (Red+Green+Blue) = 96+181+188=465 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.65% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #60B5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B5BC is #9F4A43. Grayscale: #9C9C9C. Windows color (decimal): -10439236 or 12367200. OLE color: 12367200.

HSL color Cylindrical-coordinate representation of color #60B5BC: hue angle of 184.57º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60B5BC is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 181 188 -
CMYK 0.49 0.04 0 0.26
HSL 184.57º 0.41% 0.56% -
HSV(B) 184.57º 0.49% 0.74% -
XYZ 30.42 39.17 53.53 -
YUV 156.38 145.84 84.93 -
System Red Green Blue C M Y K H S L
Decimal 96 181 188 0.49 0.04 0 0.26 184.57 0.41 0.56
Hex 60 B5 BC 31 4 0 1A B9 29 38
Octal 140 265 274 61 4 0 32 271 51 70
Binary 1100000 10110101 10111100 110001 100 0 11010 10111001 101001 111000

Color Harmonies of #60B5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B5BC

Black with #60B5BC

Text Example


Text Example

White with #60B5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,181,188); }

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

background-color css

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

 a { background-color: rgb(96,181,188); }

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

border-color css

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

 span { border-color: rgb(96,181,188); }

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