Html Css Color HEX #60ACBC Fountain Blue

📋 copy color: '#60ACBC'

red 96 ◦ green 172 ◦ blue 188

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

Shades of Fountain Blue #60ACBC

Tints of Fountain Blue #60ACBC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.72%

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

R = 21.05%
G = 37.72%
B = 41.23%

CMYK

 C value IS 0.49

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#60ACBC (or 0x60ACBC) is known color: Fountain Blue. HEX triplet: 60, AC and BC. RGB value is (96,172,188). Sum of RGB (Red+Green+Blue) = 96+172+188=456 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.05% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #60ACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ACBC is #9F5343. Grayscale: #969696. Windows color (decimal): -10441540 or 12364896. OLE color: 12364896.

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

Color convert

RGB 96 172 188 -
CMYK 0.49 0.09 0 0.26
HSL 190.43º 0.41% 0.56% -
HSV(B) 190.43º 0.49% 0.74% -
XYZ 28.65 35.62 52.94 -
YUV 151.1 148.82 88.7 -
System Red Green Blue C M Y K H S L
Decimal 96 172 188 0.49 0.09 0 0.26 190.43 0.41 0.56
Hex 60 AC BC 31 9 0 1A BE 29 38
Octal 140 254 274 61 11 0 32 276 51 70
Binary 1100000 10101100 10111100 110001 1001 0 11010 10111110 101001 111000

Color Harmonies of #60ACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ACBC

Black with #60ACBC

Text Example


Text Example

White with #60ACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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