#68ABBE

Color #68ABBE Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #68ABBE

Tints of Glacier #68ABBE

Color information

#68ABBE (or 0x68ABBE) is unknown color: approx 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

RGB104171190-
CMYK0.450.1000.25
HSL193.26º39.81%57.65%-
HSV(B)193.26º45.26%74.51%-
XYZ29.5735.7954.06-
YUV153.13148.892.96-

RGB Variations

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

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 (Cyan) values IS 0.45
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041711900.450.1000.25193.2639.8157.65
Hex68ABBE2DA019c1283a
Octal15025327655120313015072
Binary11010001010101110111110101101101001100111000001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>