#66B5BE

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

Shades of Fountain Blue #66B5BE

Tints of Fountain Blue #66B5BE

Color information

#66B5BE (or 0x66B5BE) is unknown color: approx Fountain Blue. HEX triplet: 66, B5 and BE. RGB value is (102,181,190). Sum of RGB (Red+Green+Blue) = 102+181+190=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #66B5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B5BE is #994A41. Grayscale: #9E9E9E. Windows color (decimal): -10046018 or 12498278. OLE color: 12498278.

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

Color convert

RGB102181190-
CMYK0.460.0500.25
HSL186.14º40.37%57.25%-
HSV(B)186.14º46.32%74.51%-
XYZ31.339.5954.71-
YUV158.4145.8387.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.56%
GREEN value IS 181 (71.09% from 255) = 38.27%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=21.56%
G=38.27%
B=40.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021811900.460.0500.25186.1440.3757.25
Hex66B5BE2E5019ba2839
Octal1462652765650312725071
Binary1100110101101011011111010111010101100110111010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,181,190); }

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

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

 a { background-color: rgb(102,181,190); }

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

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

 span { border-color: rgb(102,181,190); }

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