Html Css Color HEX #68AABF Glacier

📋 copy color: '#68AABF'

red 104 ◦ green 170 ◦ blue 191

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

Shades of Glacier #68AABF

Tints of Glacier #68AABF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.56%

 BLUE value IS 191 (75% from 255) = 41.08%

R = 22.37%
G = 36.56%
B = 41.08%

CMYK

 C value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#68AABF (or 0x68AABF) is known color: Glacier. HEX triplet: 68, AA and BF. RGB value is (104,170,191). Sum of RGB (Red+Green+Blue) = 104+170+191=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #68AABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AABF is #975540. Grayscale: #989898. Windows color (decimal): -9917761 or 12561000. OLE color: 12561000.

HSL color Cylindrical-coordinate representation of color #68AABF: hue angle of 194.48º degrees, saturation: 0.4, 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 #68AABF is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 170 191 -
CMYK 0.46 0.11 0 0.25
HSL 194.48º 0.4% 0.58% -
HSV(B) 194.48º 0.46% 0.75% -
XYZ 29.49 35.45 54.58 -
YUV 152.66 149.63 93.29 -
System Red Green Blue C M Y K H S L
Decimal 104 170 191 0.46 0.11 0 0.25 194.48 0.4 0.58
Hex 68 AA BF 2E B 0 19 C2 28 3A
Octal 150 252 277 56 13 0 31 302 50 72
Binary 1101000 10101010 10111111 101110 1011 0 11001 11000010 101000 111010

Color Harmonies of #68AABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AABF

Black with #68AABF

Text Example


Text Example

White with #68AABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,170,191); }

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

background-color css

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

 a { background-color: rgb(104,170,191); }

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

border-color css

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

 span { border-color: rgb(104,170,191); }

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