Html Css Color HEX #65ADC6 Glacier

📋 copy color: '#65ADC6'

red 101 ◦ green 173 ◦ blue 198

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

Shades of Glacier #65ADC6

Tints of Glacier #65ADC6

RGB

 RED value IS 101 (39.84% from 255) = 21.4%

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

 BLUE value IS 198 (77.73% from 255) = 41.95%

R = 21.4%
G = 36.65%
B = 41.95%

CMYK

 C value IS 0.49

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#65ADC6 (or 0x65ADC6) is known color: Glacier. HEX triplet: 65, AD and C6. RGB value is (101,173,198). Sum of RGB (Red+Green+Blue) = 101+173+198=472 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.40% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 198 - color contains mainly: blue. Hex color #65ADC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ADC6 is #9A5239. Grayscale: #9A9A9A. Windows color (decimal): -10113594 or 13020517. OLE color: 13020517.

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

Color convert

RGB 101 173 198 -
CMYK 0.49 0.13 0 0.22
HSL 195.46º 0.46% 0.59% -
HSV(B) 195.46º 0.49% 0.78% -
XYZ 30.5 36.73 58.91 -
YUV 154.32 152.65 89.97 -
System Red Green Blue C M Y K H S L
Decimal 101 173 198 0.49 0.13 0 0.22 195.46 0.46 0.59
Hex 65 AD C6 31 D 0 16 C3 2E 3B
Octal 145 255 306 61 15 0 26 303 56 73
Binary 1100101 10101101 11000110 110001 1101 0 10110 11000011 101110 111011

Color Harmonies of #65ADC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ADC6

Black with #65ADC6

Text Example


Text Example

White with #65ADC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65ADC6; }

 p { color: rgb(101,173,198); }

 H1.HeaderClassName
 {
   color: #65ADC6;
 }
 .AnyTagClassName
 {
   color: #65ADC6;
 }
</style>

background-color css

<style>
 a { background-color: #65ADC6; }

 a { background-color: rgb(101,173,198); }

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

border-color css

<style>
 span { border-color: #65ADC6; }

 span { border-color: rgb(101,173,198); }

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