#66AFBB

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

Shades of Fountain Blue #66AFBB

Tints of Fountain Blue #66AFBB

Color information

#66AFBB (or 0x66AFBB) is unknown color: approx Fountain Blue. HEX triplet: 66, AF and BB. RGB value is (102,175,187). Sum of RGB (Red+Green+Blue) = 102+175+187=464 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.98% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #66AFBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AFBB is #995044. Grayscale: #9A9A9A. Windows color (decimal): -10047557 or 12300134. OLE color: 12300134.

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

Color convert

RGB102175187-
CMYK0.450.0600.27
HSL188.47º38.46%56.67%-
HSV(B)188.47º45.45%73.33%-
XYZ29.7837.0752.6-
YUV154.54146.3290.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.98%
GREEN value IS 175 (68.75% from 255) = 37.72%
BLUE value IS 187 (73.44% from 255) = 40.30%
R=21.98%
G=37.72%
B=40.30%

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
Decimal1021751870.450.0600.27188.4738.4656.67
Hex66AFBB2D601Bbc2639
Octal1462572735560332744671
Binary1100110101011111011101110110111001101110111100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,175,187); }

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

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

 a { background-color: rgb(102,175,187); }

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

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

 span { border-color: rgb(102,175,187); }

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