#66BBBF

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

Shades of Fountain Blue #66BBBF

Tints of Fountain Blue #66BBBF

Color information

#66BBBF (or 0x66BBBF) is unknown color: approx Fountain Blue. HEX triplet: 66, BB and BF. RGB value is (102,187,191). Sum of RGB (Red+Green+Blue) = 102+187+191=480 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.25% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #66BBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BBBF is #994440. Grayscale: #A1A1A1. Windows color (decimal): -10044481 or 12565350. OLE color: 12565350.

HSL color Cylindrical-coordinate representation of color #66BBBF: hue angle of 182.7º 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 #66BBBF is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB102187191-
CMYK0.470.0200.25
HSL182.7º41.01%57.45%-
HSV(B)182.7º46.6%74.9%-
XYZ32.6542.1355.7-
YUV162.04144.3485.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.25%
GREEN value IS 187 (73.44% from 255) = 38.96%
BLUE value IS 191 (75% from 255) = 39.79%
R=21.25%
G=38.96%
B=39.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021871910.470.0200.25182.741.0157.45
Hex66BBBF2F2019b72939
Octal1462732775720312675171
Binary110011010111011101111111011111001100110110111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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