#66AEBA

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

Shades of Fountain Blue #66AEBA

Tints of Fountain Blue #66AEBA

Color information

#66AEBA (or 0x66AEBA) is unknown color: approx Fountain Blue. HEX triplet: 66, AE and BA. RGB value is (102,174,186). Sum of RGB (Red+Green+Blue) = 102+174+186=462 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.08% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #66AEBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AEBA is #995145. Grayscale: #999999. Windows color (decimal): -10047814 or 12234342. OLE color: 12234342.

HSL color Cylindrical-coordinate representation of color #66AEBA: hue angle of 188.57º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66AEBA is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB102174186-
CMYK0.450.0600.27
HSL188.57º37.84%56.47%-
HSV(B)188.57º45.16%72.94%-
XYZ29.4836.6451.97-
YUV153.84146.1591.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.08%
GREEN value IS 174 (68.36% from 255) = 37.66%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=22.08%
G=37.66%
B=40.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021741860.450.0600.27188.5737.8456.47
Hex66AEBA2D601Bbd2638
Octal1462562725560332754670
Binary1100110101011101011101010110111001101110111101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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