Html Css Color HEX #66ADC1 Glacier

📋 copy color: '#66ADC1'

red 102 ◦ green 173 ◦ blue 193

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

Shades of Glacier #66ADC1

Tints of Glacier #66ADC1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.97%

 BLUE value IS 193 (75.78% from 255) = 41.24%

R = 21.79%
G = 36.97%
B = 41.24%

CMYK

 C value IS 0.47

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#66ADC1 (or 0x66ADC1) is known color: Glacier. HEX triplet: 66, AD and C1. RGB value is (102,173,193). Sum of RGB (Red+Green+Blue) = 102+173+193=468 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.79% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #66ADC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ADC1 is #99523E. Grayscale: #999999. Windows color (decimal): -10048063 or 12692838. OLE color: 12692838.

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

Color convert

RGB 102 173 193 -
CMYK 0.47 0.10 0 0.24
HSL 193.19º 0.42% 0.58% -
HSV(B) 193.19º 0.47% 0.76% -
XYZ 30.05 36.56 55.93 -
YUV 154.05 149.98 90.87 -
System Red Green Blue C M Y K H S L
Decimal 102 173 193 0.47 0.10 0 0.24 193.19 0.42 0.58
Hex 66 AD C1 2F A 0 18 C1 2A 3A
Octal 146 255 301 57 12 0 30 301 52 72
Binary 1100110 10101101 11000001 101111 1010 0 11000 11000001 101010 111010

Color Harmonies of #66ADC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ADC1

Black with #66ADC1

Text Example


Text Example

White with #66ADC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,173,193); }

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

background-color css

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

 a { background-color: rgb(102,173,193); }

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

border-color css

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

 span { border-color: rgb(102,173,193); }

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