#68BEC7

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

Shades of Glacier #68BEC7

Tints of Glacier #68BEC7

Color information

#68BEC7 (or 0x68BEC7) is unknown color: approx Glacier. HEX triplet: 68, BE and C7. RGB value is (104,190,199). Sum of RGB (Red+Green+Blue) = 104+190+199=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 199 (78.12% from 255 or 40.37% from 493); Max value from RGB is 199 - color contains mainly: blue. Hex color #68BEC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BEC7 is #974138. Grayscale: #A5A5A5. Windows color (decimal): -9912633 or 13090408. OLE color: 13090408.

HSL color Cylindrical-coordinate representation of color #68BEC7: hue angle of 185.68º 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 #68BEC7 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB104190199-
CMYK0.480.0500.22
HSL185.68º45.89%59.41%-
HSV(B)185.68º47.74%78.04%-
XYZ34.4343.8960.69-
YUV165.31147.0184.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.10%
GREEN value IS 190 (74.61% from 255) = 38.54%
BLUE value IS 199 (78.12% from 255) = 40.37%
R=21.10%
G=38.54%
B=40.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1041901990.480.0500.22185.6845.8959.41
Hex68BEC7305016ba2e3b
Octal1502763076050262725673
Binary1101000101111101100011111000010101011010111010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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