Html Css Color HEX #68BAC6 Glacier

📋 copy color: '#68BAC6'

red 104 ◦ green 186 ◦ blue 198

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

Shades of Glacier #68BAC6

Tints of Glacier #68BAC6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.11%

 BLUE value IS 198 (77.73% from 255) = 40.57%

R = 21.31%
G = 38.11%
B = 40.57%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#68BAC6 (or 0x68BAC6) is known color: Glacier. HEX triplet: 68, BA and C6. RGB value is (104,186,198). Sum of RGB (Red+Green+Blue) = 104+186+198=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 198 - color contains mainly: blue. Hex color #68BAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BAC6 is #974539. Grayscale: #A2A2A2. Windows color (decimal): -9913658 or 13023848. OLE color: 13023848.

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

Color convert

RGB 104 186 198 -
CMYK 0.47 0.06 0 0.22
HSL 187.66º 0.45% 0.59% -
HSV(B) 187.66º 0.47% 0.78% -
XYZ 33.46 42.14 59.8 -
YUV 162.85 147.83 86.02 -
System Red Green Blue C M Y K H S L
Decimal 104 186 198 0.47 0.06 0 0.22 187.66 0.45 0.59
Hex 68 BA C6 2F 6 0 16 BC 2D 3B
Octal 150 272 306 57 6 0 26 274 55 73
Binary 1101000 10111010 11000110 101111 110 0 10110 10111100 101101 111011

Color Harmonies of #68BAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BAC6

Black with #68BAC6

Text Example


Text Example

White with #68BAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,186,198); }

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

background-color css

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

 a { background-color: rgb(104,186,198); }

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

border-color css

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

 span { border-color: rgb(104,186,198); }

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