Html Css Color HEX #68AFBF Glacier

📋 copy color: '#68AFBF'

red 104 ◦ green 175 ◦ blue 191

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

Shades of Glacier #68AFBF

Tints of Glacier #68AFBF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.23%

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

R = 22.13%
G = 37.23%
B = 40.64%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#68AFBF (or 0x68AFBF) is known color: Glacier. HEX triplet: 68, AF and BF. RGB value is (104,175,191). Sum of RGB (Red+Green+Blue) = 104+175+191=470 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.13% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #68AFBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AFBF is #975040. Grayscale: #9B9B9B. Windows color (decimal): -9916481 or 12562280. OLE color: 12562280.

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

Color convert

RGB 104 175 191 -
CMYK 0.46 0.08 0 0.25
HSL 191.03º 0.4% 0.58% -
HSV(B) 191.03º 0.46% 0.75% -
XYZ 30.44 37.36 54.9 -
YUV 155.6 147.98 91.2 -
System Red Green Blue C M Y K H S L
Decimal 104 175 191 0.46 0.08 0 0.25 191.03 0.4 0.58
Hex 68 AF BF 2E 8 0 19 BF 28 3A
Octal 150 257 277 56 10 0 31 277 50 72
Binary 1101000 10101111 10111111 101110 1000 0 11001 10111111 101000 111010

Color Harmonies of #68AFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AFBF

Black with #68AFBF

Text Example


Text Example

White with #68AFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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