#66ABBC

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

Shades of Fountain Blue #66ABBC

Tints of Fountain Blue #66ABBC

Color information

#66ABBC (or 0x66ABBC) is unknown color: approx Fountain Blue. HEX triplet: 66, AB and BC. RGB value is (102,171,188). Sum of RGB (Red+Green+Blue) = 102+171+188=461 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.13% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #66ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ABBC is #995443. Grayscale: #989898. Windows color (decimal): -10048580 or 12364646. OLE color: 12364646.

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

Color convert

RGB102171188-
CMYK0.460.0900.26
HSL191.86º39.09%56.86%-
HSV(B)191.86º45.74%73.73%-
XYZ29.1235.5852.91-
YUV152.31148.1492.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.13%
GREEN value IS 171 (67.19% from 255) = 37.09%
BLUE value IS 188 (73.83% from 255) = 40.78%
R=22.13%
G=37.09%
B=40.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021711880.460.0900.26191.8639.0956.86
Hex66ABBC2E901Ac02739
Octal14625327456110323004771
Binary11001101010101110111100101110100101101011000000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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