#6FADBA

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

Shades of Glacier #6FADBA

Tints of Glacier #6FADBA

Color information

#6FADBA (or 0x6FADBA) is unknown color: approx Glacier. HEX triplet: 6F, AD and BA. RGB value is (111,173,186). Sum of RGB (Red+Green+Blue) = 111+173+186=470 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.62% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #6FADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FADBA is #905245. Grayscale: #9B9B9B. Windows color (decimal): -9458246 or 12234095. OLE color: 12234095.

HSL color Cylindrical-coordinate representation of color #6FADBA: hue angle of 190.4º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FADBA is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB111173186-
CMYK0.400.0700.27
HSL190.4º35.21%58.24%-
HSV(B)190.4º40.32%72.94%-
XYZ30.3636.8151.96-
YUV155.94144.9695.94-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.62%
GREEN value IS 173 (67.97% from 255) = 36.81%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=23.62%
G=36.81%
B=39.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111731860.400.0700.27190.435.2158.24
Hex6FADBA28701Bbe233a
Octal1572552725070332764372
Binary1101111101011011011101010100011101101110111110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FADBA; }

 p { color: rgb(111,173,186); }

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

<style>
 a { background-color: #6FADBA; }

 a { background-color: rgb(111,173,186); }

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

<style>
 span { border-color: #6FADBA; }

 span { border-color: rgb(111,173,186); }

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