#68BBC7

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

Shades of Glacier #68BBC7

Tints of Glacier #68BBC7

Color information

#68BBC7 (or 0x68BBC7) is unknown color: approx Glacier. HEX triplet: 68, BB and C7. RGB value is (104,187,199). Sum of RGB (Red+Green+Blue) = 104+187+199=490 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.22% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 199 (78.12% from 255 or 40.61% from 490); Max value from RGB is 199 - color contains mainly: blue. Hex color #68BBC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BBC7 is #974438. Grayscale: #A3A3A3. Windows color (decimal): -9913401 or 13089640. OLE color: 13089640.

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

Color convert

RGB104187199-
CMYK0.480.0600.22
HSL187.58º45.89%59.41%-
HSV(B)187.58º47.74%78.04%-
XYZ33.7942.6160.48-
YUV163.5514885.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.22%
GREEN value IS 187 (73.44% from 255) = 38.16%
BLUE value IS 199 (78.12% from 255) = 40.61%
R=21.22%
G=38.16%
B=40.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1041871990.480.0600.22187.5845.8959.41
Hex68BBC7306016bc2e3b
Octal1502733076060262745673
Binary1101000101110111100011111000011001011010111100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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