Html Css Color HEX #66AAC3 Glacier

📋 copy color: '#66AAC3'

red 102 ◦ green 170 ◦ blue 195

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

Shades of Glacier #66AAC3

Tints of Glacier #66AAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.76%

R = 21.84%
G = 36.4%
B = 41.76%

CMYK

 C value IS 0.48

 M value IS 0.13

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#66AAC3 (or 0x66AAC3) is known color: Glacier. HEX triplet: 66, AA and C3. RGB value is (102,170,195). Sum of RGB (Red+Green+Blue) = 102+170+195=467 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.84% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 195 - color contains mainly: blue. Hex color #66AAC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AAC3 is #99553C. Grayscale: #989898. Windows color (decimal): -10048829 or 12823142. OLE color: 12823142.

HSL color Cylindrical-coordinate representation of color #66AAC3: hue angle of 196.13º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66AAC3 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 170 195 -
CMYK 0.48 0.13 0 0.24
HSL 196.13º 0.44% 0.58% -
HSV(B) 196.13º 0.48% 0.76% -
XYZ 29.7 35.51 56.92 -
YUV 152.52 151.97 91.97 -
System Red Green Blue C M Y K H S L
Decimal 102 170 195 0.48 0.13 0 0.24 196.13 0.44 0.58
Hex 66 AA C3 30 D 0 18 C4 2C 3A
Octal 146 252 303 60 15 0 30 304 54 72
Binary 1100110 10101010 11000011 110000 1101 0 11000 11000100 101100 111010

Color Harmonies of #66AAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AAC3

Black with #66AAC3

Text Example


Text Example

White with #66AAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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