#66ACBC

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

Shades of Fountain Blue #66ACBC

Tints of Fountain Blue #66ACBC

Color information

#66ACBC (or 0x66ACBC) is unknown color: approx Fountain Blue. HEX triplet: 66, AC and BC. RGB value is (102,172,188). Sum of RGB (Red+Green+Blue) = 102+172+188=462 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.08% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #66ACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ACBC is #995343. Grayscale: #989898. Windows color (decimal): -10048324 or 12364902. OLE color: 12364902.

HSL color Cylindrical-coordinate representation of color #66ACBC: hue angle of 191.16º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66ACBC is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB102172188-
CMYK0.460.0900.26
HSL191.16º39.09%56.86%-
HSV(B)191.16º45.74%73.73%-
XYZ29.3135.9652.97-
YUV152.89147.8191.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.08%
GREEN value IS 172 (67.58% from 255) = 37.23%
BLUE value IS 188 (73.83% from 255) = 40.69%
R=22.08%
G=37.23%
B=40.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021721880.460.0900.26191.1639.0956.86
Hex66ACBC2E901Abf2739
Octal14625427456110322774771
Binary11001101010110010111100101110100101101010111111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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