Html Css Color HEX #60B0BC Fountain Blue

📋 copy color: '#60B0BC'

red 96 ◦ green 176 ◦ blue 188

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

Shades of Fountain Blue #60B0BC

Tints of Fountain Blue #60B0BC

RGB

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

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

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

R = 20.87%
G = 38.26%
B = 40.87%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#60B0BC (or 0x60B0BC) is known color: Fountain Blue. HEX triplet: 60, B0 and BC. RGB value is (96,176,188). Sum of RGB (Red+Green+Blue) = 96+176+188=460 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.87% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #60B0BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B0BC is #9F4F43. Grayscale: #999999. Windows color (decimal): -10440516 or 12365920. OLE color: 12365920.

HSL color Cylindrical-coordinate representation of color #60B0BC: hue angle of 187.83º 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 #60B0BC is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 176 188 -
CMYK 0.49 0.06 0 0.26
HSL 187.83º 0.41% 0.56% -
HSV(B) 187.83º 0.49% 0.74% -
XYZ 29.43 37.17 53.2 -
YUV 153.45 147.5 87.02 -
System Red Green Blue C M Y K H S L
Decimal 96 176 188 0.49 0.06 0 0.26 187.83 0.41 0.56
Hex 60 B0 BC 31 6 0 1A BC 29 38
Octal 140 260 274 61 6 0 32 274 51 70
Binary 1100000 10110000 10111100 110001 110 0 11010 10111100 101001 111000

Color Harmonies of #60B0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B0BC

Black with #60B0BC

Text Example


Text Example

White with #60B0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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