Html Css Color HEX #64AFC6 Glacier

📋 copy color: '#64AFC6'

red 100 ◦ green 175 ◦ blue 198

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

Shades of Glacier #64AFC6

Tints of Glacier #64AFC6

RGB

 RED value IS 100 (39.45% from 255) = 21.14%

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

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

R = 21.14%
G = 37%
B = 41.86%

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

#64AFC6 (or 0x64AFC6) is known color: Glacier. HEX triplet: 64, AF and C6. RGB value is (100,175,198). Sum of RGB (Red+Green+Blue) = 100+175+198=473 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.14% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 198 - color contains mainly: blue. Hex color #64AFC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AFC6 is #9B5039. Grayscale: #9B9B9B. Windows color (decimal): -10178618 or 13021028. OLE color: 13021028.

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

Color convert

RGB 100 175 198 -
CMYK 0.49 0.12 0 0.22
HSL 194.08º 0.46% 0.58% -
HSV(B) 194.08º 0.49% 0.78% -
XYZ 30.78 37.45 59.03 -
YUV 155.2 152.15 88.63 -
System Red Green Blue C M Y K H S L
Decimal 100 175 198 0.49 0.12 0 0.22 194.08 0.46 0.58
Hex 64 AF C6 31 C 0 16 C2 2E 3A
Octal 144 257 306 61 14 0 26 302 56 72
Binary 1100100 10101111 11000110 110001 1100 0 10110 11000010 101110 111010

Color Harmonies of #64AFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AFC6

Black with #64AFC6

Text Example


Text Example

White with #64AFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64AFC6; }

 p { color: rgb(100,175,198); }

 H1.HeaderClassName
 {
   color: #64AFC6;
 }
 .AnyTagClassName
 {
   color: #64AFC6;
 }
</style>

background-color css

<style>
 a { background-color: #64AFC6; }

 a { background-color: rgb(100,175,198); }

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

border-color css

<style>
 span { border-color: #64AFC6; }

 span { border-color: rgb(100,175,198); }

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