#66BABE

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

Shades of Fountain Blue #66BABE

Tints of Fountain Blue #66BABE

Color information

#66BABE (or 0x66BABE) is unknown color: approx Fountain Blue. HEX triplet: 66, BA and BE. RGB value is (102,186,190). Sum of RGB (Red+Green+Blue) = 102+186+190=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #66BABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BABE is #994541. Grayscale: #A1A1A1. Windows color (decimal): -10044738 or 12499558. OLE color: 12499558.

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

Color convert

RGB102186190-
CMYK0.460.0200.25
HSL182.73º40.37%57.25%-
HSV(B)182.73º46.32%74.51%-
XYZ32.3341.6655.05-
YUV161.34144.1785.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.34%
GREEN value IS 186 (73.05% from 255) = 38.91%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=21.34%
G=38.91%
B=39.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021861900.460.0200.25182.7340.3757.25
Hex66BABE2E2019b72839
Octal1462722765620312675071
Binary110011010111010101111101011101001100110110111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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