#60A7B8

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

Shades of Fountain Blue #60A7B8

Tints of Fountain Blue #60A7B8

Color information

#60A7B8 (or 0x60A7B8) is unknown color: approx Fountain Blue. HEX triplet: 60, A7 and B8. RGB value is (96,167,184). Sum of RGB (Red+Green+Blue) = 96+167+184=447 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.48% from 447); Green value is 167 (65.62% from 255 or 37.36% from 447); Blue value is 184 (72.27% from 255 or 41.16% from 447); Max value from RGB is 184 - color contains mainly: blue. Hex color #60A7B8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A7B8 is #9F5847. Grayscale: #939393. Windows color (decimal): -10442824 or 12101472. OLE color: 12101472.

HSL color Cylindrical-coordinate representation of color #60A7B8: hue angle of 191.59º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60A7B8 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB96167184-
CMYK0.480.0900.28
HSL191.59º38.26%54.9%-
HSV(B)191.59º47.83%72.16%-
XYZ27.2933.5850.39-
YUV147.71148.4891.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.48%
GREEN value IS 167 (65.62% from 255) = 37.36%
BLUE value IS 184 (72.27% from 255) = 41.16%
R=21.48%
G=37.36%
B=41.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal961671840.480.0900.28191.5938.2654.9
Hex60A7B830901Cc02637
Octal14024727060110343004667
Binary11000001010011110111000110000100101110011000000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A7B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,167,184); }

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

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

 a { background-color: rgb(96,167,184); }

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

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

 span { border-color: rgb(96,167,184); }

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