#68BAC7

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

Shades of Glacier #68BAC7

Tints of Glacier #68BAC7

Color information

#68BAC7 (or 0x68BAC7) is unknown color: approx Glacier. HEX triplet: 68, BA and C7. RGB value is (104,186,199). Sum of RGB (Red+Green+Blue) = 104+186+199=489 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.27% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 199 (78.12% from 255 or 40.70% from 489); Max value from RGB is 199 - color contains mainly: blue. Hex color #68BAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BAC7 is #974538. Grayscale: #A2A2A2. Windows color (decimal): -9913657 or 13089384. OLE color: 13089384.

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

Color convert

RGB104186199-
CMYK0.480.0700.22
HSL188.21º45.89%59.41%-
HSV(B)188.21º47.74%78.04%-
XYZ33.5842.1860.41-
YUV162.96148.3385.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.27%
GREEN value IS 186 (73.05% from 255) = 38.04%
BLUE value IS 199 (78.12% from 255) = 40.70%
R=21.27%
G=38.04%
B=40.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1041861990.480.0700.22188.2145.8959.41
Hex68BAC7307016bc2e3b
Octal1502723076070262745673
Binary1101000101110101100011111000011101011010111100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #68BAC7;
 }
 .AnyTagClassName
 {
   color: #68BAC7;
 }
</style>
background-color css

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

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

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

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

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

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