Html Css Color HEX #68ABBE Glacier

📋 copy color: '#68ABBE'

red 104 ◦ green 171 ◦ blue 190

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

Shades of Glacier #68ABBE

Tints of Glacier #68ABBE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.77%

 BLUE value IS 190 (74.61% from 255) = 40.86%

R = 22.37%
G = 36.77%
B = 40.86%

CMYK

 C value IS 0.45

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#68ABBE (or 0x68ABBE) is known color: Glacier. HEX triplet: 68, AB and BE. RGB value is (104,171,190). Sum of RGB (Red+Green+Blue) = 104+171+190=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #68ABBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ABBE is #975441. Grayscale: #989898. Windows color (decimal): -9917506 or 12495720. OLE color: 12495720.

HSL color Cylindrical-coordinate representation of color #68ABBE: hue angle of 193.26º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68ABBE is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 171 190 -
CMYK 0.45 0.10 0 0.25
HSL 193.26º 0.4% 0.58% -
HSV(B) 193.26º 0.45% 0.75% -
XYZ 29.57 35.79 54.06 -
YUV 153.13 148.8 92.96 -
System Red Green Blue C M Y K H S L
Decimal 104 171 190 0.45 0.10 0 0.25 193.26 0.4 0.58
Hex 68 AB BE 2D A 0 19 C1 28 3A
Octal 150 253 276 55 12 0 31 301 50 72
Binary 1101000 10101011 10111110 101101 1010 0 11001 11000001 101000 111010

Color Harmonies of #68ABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ABBE

Black with #68ABBE

Text Example


Text Example

White with #68ABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,171,190); }

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

background-color css

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

 a { background-color: rgb(104,171,190); }

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

border-color css

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

 span { border-color: rgb(104,171,190); }

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