Html Css Color HEX #60ACBB Fountain Blue

📋 copy color: '#60ACBB'

red 96 ◦ green 172 ◦ blue 187

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

Shades of Fountain Blue #60ACBB

Tints of Fountain Blue #60ACBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.1%

R = 21.1%
G = 37.8%
B = 41.1%

CMYK

 C value IS 0.49

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#60ACBB (or 0x60ACBB) is known color: Fountain Blue. HEX triplet: 60, AC and BB. RGB value is (96,172,187). Sum of RGB (Red+Green+Blue) = 96+172+187=455 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.10% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #60ACBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ACBB is #9F5344. Grayscale: #969696. Windows color (decimal): -10441541 or 12299360. OLE color: 12299360.

HSL color Cylindrical-coordinate representation of color #60ACBB: hue angle of 189.89º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60ACBB is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 172 187 -
CMYK 0.49 0.08 0 0.27
HSL 189.89º 0.4% 0.55% -
HSV(B) 189.89º 0.49% 0.73% -
XYZ 28.55 35.58 52.38 -
YUV 150.99 148.32 88.78 -
System Red Green Blue C M Y K H S L
Decimal 96 172 187 0.49 0.08 0 0.27 189.89 0.4 0.55
Hex 60 AC BB 31 8 0 1B BE 28 37
Octal 140 254 273 61 10 0 33 276 50 67
Binary 1100000 10101100 10111011 110001 1000 0 11011 10111110 101000 110111

Color Harmonies of #60ACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ACBB

Black with #60ACBB

Text Example


Text Example

White with #60ACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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