Html Css Color HEX #66ACC7 Glacier

📋 copy color: '#66ACC7'

red 102 ◦ green 172 ◦ blue 199

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

Shades of Glacier #66ACC7

Tints of Glacier #66ACC7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.36%

 BLUE value IS 199 (78.13% from 255) = 42.07%

R = 21.56%
G = 36.36%
B = 42.07%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#66ACC7 (or 0x66ACC7) is known color: Glacier. HEX triplet: 66, AC and C7. RGB value is (102,172,199). Sum of RGB (Red+Green+Blue) = 102+172+199=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 199 (78.12% from 255 or 42.07% from 473); Max value from RGB is 199 - color contains mainly: blue. Hex color #66ACC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ACC7 is #995338. Grayscale: #999999. Windows color (decimal): -10048313 or 13085798. OLE color: 13085798.

HSL color Cylindrical-coordinate representation of color #66ACC7: hue angle of 196.7º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66ACC7 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 172 199 -
CMYK 0.49 0.14 0 0.22
HSL 196.7º 0.46% 0.59% -
HSV(B) 196.7º 0.49% 0.78% -
XYZ 30.54 36.45 59.46 -
YUV 154.15 153.31 90.8 -
System Red Green Blue C M Y K H S L
Decimal 102 172 199 0.49 0.14 0 0.22 196.7 0.46 0.59
Hex 66 AC C7 31 E 0 16 C5 2E 3B
Octal 146 254 307 61 16 0 26 305 56 73
Binary 1100110 10101100 11000111 110001 1110 0 10110 11000101 101110 111011

Color Harmonies of #66ACC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ACC7

Black with #66ACC7

Text Example


Text Example

White with #66ACC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,172,199); }

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

background-color css

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

 a { background-color: rgb(102,172,199); }

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

border-color css

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

 span { border-color: rgb(102,172,199); }

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