#7CADB6

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

Shades of Glacier #7CADB6

Tints of Glacier #7CADB6

Color information

#7CADB6 (or 0x7CADB6) is unknown color: approx Glacier. HEX triplet: 7C, AD and B6. RGB value is (124,173,182). Sum of RGB (Red+Green+Blue) = 124+173+182=479 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.89% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 182 (71.48% from 255 or 38.00% from 479); Max value from RGB is 182 - color contains mainly: blue. Hex color #7CADB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CADB6 is #835249. Grayscale: #9F9F9F. Windows color (decimal): -8606282 or 11971964. OLE color: 11971964.

HSL color Cylindrical-coordinate representation of color #7CADB6: hue angle of 189.31º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7CADB6 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB124173182-
CMYK0.320.0500.29
HSL189.31º28.43%60%-
HSV(B)189.31º31.87%71.37%-
XYZ31.737.5549.83-
YUV159.37140.77102.77-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.89%
GREEN value IS 173 (67.97% from 255) = 36.12%
BLUE value IS 182 (71.48% from 255) = 38.00%
R=25.89%
G=36.12%
B=38.00%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1241731820.320.0500.29189.3128.4360
Hex7CADB620501Dbd1c3c
Octal1742552664050352753474
Binary111110010101101101101101000001010111011011110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CADB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,173,182); }

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

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

 a { background-color: rgb(124,173,182); }

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

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

 span { border-color: rgb(124,173,182); }

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