#66A8BB

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

Shades of Fountain Blue #66A8BB

Tints of Fountain Blue #66A8BB

Color information

#66A8BB (or 0x66A8BB) is unknown color: approx Fountain Blue. HEX triplet: 66, A8 and BB. RGB value is (102,168,187). Sum of RGB (Red+Green+Blue) = 102+168+187=457 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.32% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #66A8BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A8BB is #995744. Grayscale: #969696. Windows color (decimal): -10049349 or 12298342. OLE color: 12298342.

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

Color convert

RGB102168187-
CMYK0.450.1000.27
HSL193.41º38.46%56.67%-
HSV(B)193.41º45.45%73.33%-
XYZ28.4534.4252.16-
YUV150.43148.6393.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.32%
GREEN value IS 168 (66.02% from 255) = 36.76%
BLUE value IS 187 (73.44% from 255) = 40.92%
R=22.32%
G=36.76%
B=40.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021681870.450.1000.27193.4138.4656.67
Hex66A8BB2DA01Bc12639
Octal14625027355120333014671
Binary11001101010100010111011101101101001101111000001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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