#60BAC1

Color #60BAC1 Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #60BAC1

Tints of Fountain Blue #60BAC1

Color information

#60BAC1 (or 0x60BAC1) is unknown color: approx Fountain Blue. HEX triplet: 60, BA and C1. RGB value is (96,186,193). Sum of RGB (Red+Green+Blue) = 96+186+193=475 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.21% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 193 - color contains mainly: blue. Hex color #60BAC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BAC1 is #9F453E. Grayscale: #9F9F9F. Windows color (decimal): -10437951 or 12696160. OLE color: 12696160.

HSL color Cylindrical-coordinate representation of color #60BAC1: hue angle of 184.33º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60BAC1 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB96186193-
CMYK0.500.0400.24
HSL184.33º43.89%56.67%-
HSV(B)184.33º50.26%75.69%-
XYZ32.0141.4556.77-
YUV159.89146.6882.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.21%
GREEN value IS 186 (73.05% from 255) = 39.16%
BLUE value IS 193 (75.78% from 255) = 40.63%
R=20.21%
G=39.16%
B=40.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal961861930.500.0400.24184.3343.8956.67
Hex60BAC1324018b82c39
Octal1402723016240302705471
Binary1100000101110101100000111001010001100010111000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,186,193); }

 H1.HeaderClassName
 {
   color: #60BAC1;
 }
 .AnyTagClassName
 {
   color: #60BAC1;
 }
</style>
background-color css

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

 a { background-color: rgb(96,186,193); }

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

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

 span { border-color: rgb(96,186,193); }

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