#7FADC3

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

Shades of Glacier #7FADC3

Tints of Glacier #7FADC3

Color information

#7FADC3 (or 0x7FADC3) is unknown color: approx Glacier. HEX triplet: 7F, AD and C3. RGB value is (127,173,195). Sum of RGB (Red+Green+Blue) = 127+173+195=495 (65% of max value = 765). Red value is 127 (50% from 255 or 25.66% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 195 (76.56% from 255 or 39.39% from 495); Max value from RGB is 195 - color contains mainly: blue. Hex color #7FADC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FADC3 is #80523C. Grayscale: #A1A1A1. Windows color (decimal): -8409661 or 12823935. OLE color: 12823935.

HSL color Cylindrical-coordinate representation of color #7FADC3: hue angle of 199.41º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FADC3 is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB127173195-
CMYK0.350.1100.24
HSL199.41º36.17%63.14%-
HSV(B)199.41º34.87%76.47%-
XYZ33.5538.3457.26-
YUV161.75146.76103.21-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.66%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 195 (76.56% from 255) = 39.39%
R=25.66%
G=34.95%
B=39.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1271731950.350.1100.24199.4136.1763.14
Hex7FADC323B018c7243f
Octal17725530343130303074477
Binary11111111010110111000011100011101101100011000111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FADC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FADC3; }

 p { color: rgb(127,173,195); }

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

<style>
 a { background-color: #7FADC3; }

 a { background-color: rgb(127,173,195); }

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

<style>
 span { border-color: #7FADC3; }

 span { border-color: rgb(127,173,195); }

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