Html Css Color HEX #68ACC7 Glacier

📋 copy color: '#68ACC7'

red 104 ◦ green 172 ◦ blue 199

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

Shades of Glacier #68ACC7

Tints of Glacier #68ACC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.89%

R = 21.89%
G = 36.21%
B = 41.89%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#68ACC7 (or 0x68ACC7) is known color: Glacier. HEX triplet: 68, AC and C7. RGB value is (104,172,199). Sum of RGB (Red+Green+Blue) = 104+172+199=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 199 (78.12% from 255 or 41.89% from 475); Max value from RGB is 199 - color contains mainly: blue. Hex color #68ACC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACC7 is #975338. Grayscale: #9A9A9A. Windows color (decimal): -9917241 or 13085800. OLE color: 13085800.

HSL color Cylindrical-coordinate representation of color #68ACC7: hue angle of 197.05º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68ACC7 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 104 172 199 -
CMYK 0.48 0.14 0 0.22
HSL 197.05º 0.46% 0.59% -
HSV(B) 197.05º 0.48% 0.78% -
XYZ 30.77 36.57 59.47 -
YUV 154.75 152.97 91.8 -
System Red Green Blue C M Y K H S L
Decimal 104 172 199 0.48 0.14 0 0.22 197.05 0.46 0.59
Hex 68 AC C7 30 E 0 16 C5 2E 3B
Octal 150 254 307 60 16 0 26 305 56 73
Binary 1101000 10101100 11000111 110000 1110 0 10110 11000101 101110 111011

Color Harmonies of #68ACC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ACC7

Black with #68ACC7

Text Example


Text Example

White with #68ACC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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