Html Css Color HEX #66AABD Fountain Blue

📋 copy color: '#66AABD'

red 102 ◦ green 170 ◦ blue 189

#66AABD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #66AABD

Tints of Fountain Blue #66AABD

RGB

 RED value IS 102 (40.23% from 255) = 22.13%

 GREEN value IS 170 (66.8% from 255) = 36.88%

 BLUE value IS 189 (74.22% from 255) = 41%

R = 22.13%
G = 36.88%
B = 41%

CMYK

 C value IS 0.46

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#66AABD (or 0x66AABD) is known color: Fountain Blue. HEX triplet: 66, AA and BD. RGB value is (102,170,189). Sum of RGB (Red+Green+Blue) = 102+170+189=461 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.13% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #66AABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AABD is #995542. Grayscale: #979797. Windows color (decimal): -10048835 or 12429926. OLE color: 12429926.

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

Color convert

RGB 102 170 189 -
CMYK 0.46 0.10 0 0.26
HSL 193.1º 0.4% 0.57% -
HSV(B) 193.1º 0.46% 0.74% -
XYZ 29.04 35.25 53.42 -
YUV 151.83 148.97 92.46 -
System Red Green Blue C M Y K H S L
Decimal 102 170 189 0.46 0.10 0 0.26 193.1 0.4 0.57
Hex 66 AA BD 2E A 0 1A C1 28 39
Octal 146 252 275 56 12 0 32 301 50 71
Binary 1100110 10101010 10111101 101110 1010 0 11010 11000001 101000 111001

Color Harmonies of #66AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AABD

Black with #66AABD

Text Example


Text Example

White with #66AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,170,189); }

 H1.HeaderClassName
 {
   color: #66AABD;
 }
 .AnyTagClassName
 {
   color: #66AABD;
 }
</style>

background-color css

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

 a { background-color: rgb(102,170,189); }

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

border-color css

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

 span { border-color: rgb(102,170,189); }

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