Html Css Color HEX #68ACC0 Glacier

📋 copy color: '#68ACC0'

red 104 ◦ green 172 ◦ blue 192

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

Shades of Glacier #68ACC0

Tints of Glacier #68ACC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.03%

R = 22.22%
G = 36.75%
B = 41.03%

CMYK

 C value IS 0.46

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#68ACC0 (or 0x68ACC0) is known color: Glacier. HEX triplet: 68, AC and C0. RGB value is (104,172,192). Sum of RGB (Red+Green+Blue) = 104+172+192=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 192 - color contains mainly: blue. Hex color #68ACC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACC0 is #97533F. Grayscale: #999999. Windows color (decimal): -9917248 or 12627048. OLE color: 12627048.

HSL color Cylindrical-coordinate representation of color #68ACC0: hue angle of 193.64º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68ACC0 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 172 192 -
CMYK 0.46 0.10 0 0.25
HSL 193.64º 0.41% 0.58% -
HSV(B) 193.64º 0.46% 0.75% -
XYZ 29.98 36.25 55.29 -
YUV 153.95 149.47 92.37 -
System Red Green Blue C M Y K H S L
Decimal 104 172 192 0.46 0.10 0 0.25 193.64 0.41 0.58
Hex 68 AC C0 2E A 0 19 C2 29 3A
Octal 150 254 300 56 12 0 31 302 51 72
Binary 1101000 10101100 11000000 101110 1010 0 11001 11000010 101001 111010

Color Harmonies of #68ACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ACC0

Black with #68ACC0

Text Example


Text Example

White with #68ACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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