Html Css Color HEX #68AEBF Glacier

📋 copy color: '#68AEBF'

red 104 ◦ green 174 ◦ blue 191

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

Shades of Glacier #68AEBF

Tints of Glacier #68AEBF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.1%

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

R = 22.17%
G = 37.1%
B = 40.72%

CMYK

 C value IS 0.46

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#68AEBF (or 0x68AEBF) is known color: Glacier. HEX triplet: 68, AE and BF. RGB value is (104,174,191). Sum of RGB (Red+Green+Blue) = 104+174+191=469 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.17% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #68AEBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AEBF is #975140. Grayscale: #9A9A9A. Windows color (decimal): -9916737 or 12562024. OLE color: 12562024.

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

Color convert

RGB 104 174 191 -
CMYK 0.46 0.09 0 0.25
HSL 191.72º 0.4% 0.58% -
HSV(B) 191.72º 0.46% 0.75% -
XYZ 30.25 36.98 54.83 -
YUV 155.01 148.31 91.62 -
System Red Green Blue C M Y K H S L
Decimal 104 174 191 0.46 0.09 0 0.25 191.72 0.4 0.58
Hex 68 AE BF 2E 9 0 19 C0 28 3A
Octal 150 256 277 56 11 0 31 300 50 72
Binary 1101000 10101110 10111111 101110 1001 0 11001 11000000 101000 111010

Color Harmonies of #68AEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AEBF

Black with #68AEBF

Text Example


Text Example

White with #68AEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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