#66BABB

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

Shades of Fountain Blue #66BABB

Tints of Fountain Blue #66BABB

Color information

#66BABB (or 0x66BABB) is unknown color: approx Fountain Blue. HEX triplet: 66, BA and BB. RGB value is (102,186,187). Sum of RGB (Red+Green+Blue) = 102+186+187=475 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.47% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #66BABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BABB is #994544. Grayscale: #A0A0A0. Windows color (decimal): -10044741 or 12302950. OLE color: 12302950.

HSL color Cylindrical-coordinate representation of color #66BABB: hue angle of 180.71º 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 #66BABB is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB102186187-
CMYK0.450.0100.27
HSL180.71º38.46%56.67%-
HSV(B)180.71º45.45%73.33%-
XYZ32.0141.5353.34-
YUV161142.6785.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.47%
GREEN value IS 186 (73.05% from 255) = 39.16%
BLUE value IS 187 (73.44% from 255) = 39.37%
R=21.47%
G=39.16%
B=39.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021861870.450.0100.27180.7138.4656.67
Hex66BABB2D101Bb52639
Octal1462722735510332654671
Binary11001101011101010111011101101101101110110101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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