#66A5AB

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

Shades of Fountain Blue #66A5AB

Tints of Fountain Blue #66A5AB

Color information

#66A5AB (or 0x66A5AB) is unknown color: approx Fountain Blue. HEX triplet: 66, A5 and AB. RGB value is (102,165,171). Sum of RGB (Red+Green+Blue) = 102+165+171=438 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.29% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #66A5AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A5AB is #995A54. Grayscale: #929292. Windows color (decimal): -10050133 or 11248998. OLE color: 11248998.

HSL color Cylindrical-coordinate representation of color #66A5AB: hue angle of 185.22º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66A5AB is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB102165171-
CMYK0.400.0400.33
HSL185.22º29.11%53.53%-
HSV(B)185.22º40.35%67.06%-
XYZ26.2932.6843.45-
YUV146.85141.6396.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.29%
GREEN value IS 165 (64.84% from 255) = 37.67%
BLUE value IS 171 (67.19% from 255) = 39.04%
R=23.29%
G=37.67%
B=39.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021651710.400.0400.33185.2229.1153.53
Hex66A5AB284021b91d36
Octal1462452535040412713566
Binary1100110101001011010101110100010001000011011100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,165,171); }

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

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

 a { background-color: rgb(102,165,171); }

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

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

 span { border-color: rgb(102,165,171); }

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