#66B7C2

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

Shades of Fountain Blue #66B7C2

Tints of Fountain Blue #66B7C2

Color information

#66B7C2 (or 0x66B7C2) is unknown color: approx Fountain Blue. HEX triplet: 66, B7 and C2. RGB value is (102,183,194). Sum of RGB (Red+Green+Blue) = 102+183+194=479 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.29% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 194 - color contains mainly: blue. Hex color #66B7C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B7C2 is #99483D. Grayscale: #9F9F9F. Windows color (decimal): -10045502 or 12760934. OLE color: 12760934.

HSL color Cylindrical-coordinate representation of color #66B7C2: hue angle of 187.17º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66B7C2 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB102183194-
CMYK0.470.0600.24
HSL187.17º42.99%58.04%-
HSV(B)187.17º47.42%76.08%-
XYZ32.1540.5957.18-
YUV160.03147.1686.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.29%
GREEN value IS 183 (71.88% from 255) = 38.20%
BLUE value IS 194 (76.17% from 255) = 40.50%
R=21.29%
G=38.20%
B=40.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1021831940.470.0600.24187.1742.9958.04
Hex66B7C22F6018bb2b3a
Octal1462673025760302735372
Binary1100110101101111100001010111111001100010111011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B7C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,183,194); }

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

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

 a { background-color: rgb(102,183,194); }

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

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

 span { border-color: rgb(102,183,194); }

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