#66AABC

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

Shades of Fountain Blue #66AABC

Tints of Fountain Blue #66AABC

Color information

#66AABC (or 0x66AABC) is unknown color: approx Fountain Blue. HEX triplet: 66, AA and BC. RGB value is (102,170,188). Sum of RGB (Red+Green+Blue) = 102+170+188=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #66AABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AABC is #995543. Grayscale: #979797. Windows color (decimal): -10048836 or 12364390. OLE color: 12364390.

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

Color convert

RGB102170188-
CMYK0.460.1000.26
HSL192.56º39.09%56.86%-
HSV(B)192.56º45.74%73.73%-
XYZ28.9335.2152.85-
YUV151.72148.4792.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.17%
GREEN value IS 170 (66.80% from 255) = 36.96%
BLUE value IS 188 (73.83% from 255) = 40.87%
R=22.17%
G=36.96%
B=40.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021701880.460.1000.26192.5639.0956.86
Hex66AABC2EA01Ac12739
Octal14625227456120323014771
Binary11001101010101010111100101110101001101011000001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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