Html Css Color HEX #66AAB5 Fountain Blue

📋 copy color: '#66AAB5'

red 102 ◦ green 170 ◦ blue 181

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

Shades of Fountain Blue #66AAB5

Tints of Fountain Blue #66AAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.96%

R = 22.52%
G = 37.53%
B = 39.96%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#66AAB5 (or 0x66AAB5) is known color: Fountain Blue. HEX triplet: 66, AA and B5. RGB value is (102,170,181). Sum of RGB (Red+Green+Blue) = 102+170+181=453 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.52% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 181 - color contains mainly: blue. Hex color #66AAB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AAB5 is #99554A. Grayscale: #969696. Windows color (decimal): -10048843 or 11905638. OLE color: 11905638.

HSL color Cylindrical-coordinate representation of color #66AAB5: hue angle of 188.35º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66AAB5 is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 102 170 181 -
CMYK 0.44 0.06 0 0.29
HSL 188.35º 0.35% 0.55% -
HSV(B) 188.35º 0.44% 0.71% -
XYZ 28.19 34.91 48.97 -
YUV 150.92 144.97 93.11 -
System Red Green Blue C M Y K H S L
Decimal 102 170 181 0.44 0.06 0 0.29 188.35 0.35 0.55
Hex 66 AA B5 2C 6 0 1D BC 23 37
Octal 146 252 265 54 6 0 35 274 43 67
Binary 1100110 10101010 10110101 101100 110 0 11101 10111100 100011 110111

Color Harmonies of #66AAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AAB5

Black with #66AAB5

Text Example


Text Example

White with #66AAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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