#66BABF

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

Shades of Fountain Blue #66BABF

Tints of Fountain Blue #66BABF

Color information

#66BABF (or 0x66BABF) is unknown color: approx Fountain Blue. HEX triplet: 66, BA and BF. RGB value is (102,186,191). Sum of RGB (Red+Green+Blue) = 102+186+191=479 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.29% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #66BABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BABF is #994540. Grayscale: #A1A1A1. Windows color (decimal): -10044737 or 12565094. OLE color: 12565094.

HSL color Cylindrical-coordinate representation of color #66BABF: hue angle of 183.37º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66BABF is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB102186191-
CMYK0.470.0300.25
HSL183.37º41.01%57.45%-
HSV(B)183.37º46.6%74.9%-
XYZ32.4441.755.63-
YUV161.45144.6785.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.29%
GREEN value IS 186 (73.05% from 255) = 38.83%
BLUE value IS 191 (75% from 255) = 39.87%
R=21.29%
G=38.83%
B=39.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021861910.470.0300.25183.3741.0157.45
Hex66BABF2F3019b72939
Octal1462722775730312675171
Binary110011010111010101111111011111101100110110111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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