#66AEBC

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

Shades of Fountain Blue #66AEBC

Tints of Fountain Blue #66AEBC

Color information

#66AEBC (or 0x66AEBC) is unknown color: approx Fountain Blue. HEX triplet: 66, AE and BC. RGB value is (102,174,188). Sum of RGB (Red+Green+Blue) = 102+174+188=464 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.98% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #66AEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AEBC is #995143. Grayscale: #999999. Windows color (decimal): -10047812 or 12365414. OLE color: 12365414.

HSL color Cylindrical-coordinate representation of color #66AEBC: hue angle of 189.77º 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 #66AEBC is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB102174188-
CMYK0.460.0700.26
HSL189.77º39.09%56.86%-
HSV(B)189.77º45.74%73.73%-
XYZ29.6936.7353.1-
YUV154.07147.1590.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.98%
GREEN value IS 174 (68.36% from 255) = 37.5%
BLUE value IS 188 (73.83% from 255) = 40.52%
R=21.98%
G=37.5%
B=40.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021741880.460.0700.26189.7739.0956.86
Hex66AEBC2E701Abe2739
Octal1462562745670322764771
Binary1100110101011101011110010111011101101010111110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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