#66B8C1

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

Shades of Fountain Blue #66B8C1

Tints of Fountain Blue #66B8C1

Color information

#66B8C1 (or 0x66B8C1) is unknown color: approx Fountain Blue. HEX triplet: 66, B8 and C1. RGB value is (102,184,193). Sum of RGB (Red+Green+Blue) = 102+184+193=479 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.29% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: blue. Hex color #66B8C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B8C1 is #99473E. Grayscale: #A0A0A0. Windows color (decimal): -10045247 or 12695654. OLE color: 12695654.

HSL color Cylindrical-coordinate representation of color #66B8C1: hue angle of 185.93º degrees, saturation: 0.42, 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 #66B8C1 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB102184193-
CMYK0.470.0500.24
HSL185.93º42.33%57.84%-
HSV(B)185.93º47.15%75.69%-
XYZ32.2540.9656.66-
YUV160.51146.3386.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.29%
GREEN value IS 184 (72.27% from 255) = 38.41%
BLUE value IS 193 (75.78% from 255) = 40.29%
R=21.29%
G=38.41%
B=40.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1021841930.470.0500.24185.9342.3357.84
Hex66B8C12F5018ba2a3a
Octal1462703015750302725272
Binary1100110101110001100000110111110101100010111010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,184,193); }

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

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

 a { background-color: rgb(102,184,193); }

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

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

 span { border-color: rgb(102,184,193); }

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