Html Css Color HEX #66AAB3 Fountain Blue

📋 copy color: '#66AAB3'

red 102 ◦ green 170 ◦ blue 179

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

Shades of Fountain Blue #66AAB3

Tints of Fountain Blue #66AAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.69%

R = 22.62%
G = 37.69%
B = 39.69%

CMYK

 C value IS 0.43

 M value IS 0.05

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#66AAB3 (or 0x66AAB3) is known color: Fountain Blue. HEX triplet: 66, AA and B3. RGB value is (102,170,179). Sum of RGB (Red+Green+Blue) = 102+170+179=451 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.62% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 179 (70.31% from 255 or 39.69% from 451); Max value from RGB is 179 - color contains mainly: blue. Hex color #66AAB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AAB3 is #99554C. Grayscale: #969696. Windows color (decimal): -10048845 or 11774566. OLE color: 11774566.

HSL color Cylindrical-coordinate representation of color #66AAB3: hue angle of 187.01º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66AAB3 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 102 170 179 -
CMYK 0.43 0.05 0 0.30
HSL 187.01º 0.34% 0.55% -
HSV(B) 187.01º 0.43% 0.7% -
XYZ 27.99 34.83 47.9 -
YUV 150.69 143.97 93.27 -
System Red Green Blue C M Y K H S L
Decimal 102 170 179 0.43 0.05 0 0.30 187.01 0.34 0.55
Hex 66 AA B3 2B 5 0 1E BB 22 37
Octal 146 252 263 53 5 0 36 273 42 67
Binary 1100110 10101010 10110011 101011 101 0 11110 10111011 100010 110111

Color Harmonies of #66AAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AAB3

Black with #66AAB3

Text Example


Text Example

White with #66AAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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