Html Css Color HEX #66AFC7 Glacier

📋 copy color: '#66AFC7'

red 102 ◦ green 175 ◦ blue 199

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

Shades of Glacier #66AFC7

Tints of Glacier #66AFC7

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.76%

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

R = 21.43%
G = 36.76%
B = 41.81%

CMYK

 C value IS 0.49

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#66AFC7 (or 0x66AFC7) is known color: Glacier. HEX triplet: 66, AF and C7. RGB value is (102,175,199). Sum of RGB (Red+Green+Blue) = 102+175+199=476 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.43% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 199 (78.12% from 255 or 41.81% from 476); Max value from RGB is 199 - color contains mainly: blue. Hex color #66AFC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AFC7 is #995038. Grayscale: #9B9B9B. Windows color (decimal): -10047545 or 13086566. OLE color: 13086566.

HSL color Cylindrical-coordinate representation of color #66AFC7: hue angle of 194.85º 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 #66AFC7 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 175 199 -
CMYK 0.49 0.12 0 0.22
HSL 194.85º 0.46% 0.59% -
HSV(B) 194.85º 0.49% 0.78% -
XYZ 31.12 37.61 59.65 -
YUV 155.91 152.32 89.55 -
System Red Green Blue C M Y K H S L
Decimal 102 175 199 0.49 0.12 0 0.22 194.85 0.46 0.59
Hex 66 AF C7 31 C 0 16 C3 2E 3B
Octal 146 257 307 61 14 0 26 303 56 73
Binary 1100110 10101111 11000111 110001 1100 0 10110 11000011 101110 111011

Color Harmonies of #66AFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AFC7

Black with #66AFC7

Text Example


Text Example

White with #66AFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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