#66AABE

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

Shades of Fountain Blue #66AABE

Tints of Fountain Blue #66AABE

Color information

#66AABE (or 0x66AABE) is unknown color: approx Fountain Blue. HEX triplet: 66, AA and BE. RGB value is (102,170,190). Sum of RGB (Red+Green+Blue) = 102+170+190=462 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.08% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #66AABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AABE is #995541. Grayscale: #979797. Windows color (decimal): -10048834 or 12495462. OLE color: 12495462.

HSL color Cylindrical-coordinate representation of color #66AABE: hue angle of 193.64º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66AABE is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB102170190-
CMYK0.460.1100.25
HSL193.64º40.37%57.25%-
HSV(B)193.64º46.32%74.51%-
XYZ29.1535.2953.99-
YUV151.95149.4792.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.08%
GREEN value IS 170 (66.80% from 255) = 36.80%
BLUE value IS 190 (74.61% from 255) = 41.13%
R=22.08%
G=36.80%
B=41.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021701900.460.1100.25193.6440.3757.25
Hex66AABE2EB019c22839
Octal14625227656130313025071
Binary11001101010101010111110101110101101100111000010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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