Html Css Color HEX #68ACC4 Glacier

📋 copy color: '#68ACC4'

red 104 ◦ green 172 ◦ blue 196

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

Shades of Glacier #68ACC4

Tints of Glacier #68ACC4

RGB

 RED value IS 104 (41.02% from 255) = 22.03%

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

 BLUE value IS 196 (76.95% from 255) = 41.53%

R = 22.03%
G = 36.44%
B = 41.53%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#68ACC4 (or 0x68ACC4) is known color: Glacier. HEX triplet: 68, AC and C4. RGB value is (104,172,196). Sum of RGB (Red+Green+Blue) = 104+172+196=472 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.03% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 196 - color contains mainly: blue. Hex color #68ACC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACC4 is #97533B. Grayscale: #9A9A9A. Windows color (decimal): -9917244 or 12889192. OLE color: 12889192.

HSL color Cylindrical-coordinate representation of color #68ACC4: hue angle of 195.65º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68ACC4 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 104 172 196 -
CMYK 0.47 0.12 0 0.23
HSL 195.65º 0.44% 0.59% -
HSV(B) 195.65º 0.47% 0.77% -
XYZ 30.43 36.43 57.65 -
YUV 154.4 151.47 92.05 -
System Red Green Blue C M Y K H S L
Decimal 104 172 196 0.47 0.12 0 0.23 195.65 0.44 0.59
Hex 68 AC C4 2F C 0 17 C4 2C 3B
Octal 150 254 304 57 14 0 27 304 54 73
Binary 1101000 10101100 11000100 101111 1100 0 10111 11000100 101100 111011

Color Harmonies of #68ACC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ACC4

Black with #68ACC4

Text Example


Text Example

White with #68ACC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68ACC4; }

 p { color: rgb(104,172,196); }

 H1.HeaderClassName
 {
   color: #68ACC4;
 }
 .AnyTagClassName
 {
   color: #68ACC4;
 }
</style>

background-color css

<style>
 a { background-color: #68ACC4; }

 a { background-color: rgb(104,172,196); }

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

border-color css

<style>
 span { border-color: #68ACC4; }

 span { border-color: rgb(104,172,196); }

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