#7cbdc4

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

Shades of Glacier #7CBDC4

Tints of Glacier #7CBDC4

Color information

#7CBDC4 (or 0x7CBDC4) is unknown color: approx Glacier. HEX triplet: 7C, BD and C4. RGB value is (124,189,196). Sum of RGB (Red+Green+Blue) = 124+189+196=509 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.36% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 196 - color contains mainly: blue. Hex color #7CBDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBDC4 is #83423B. Grayscale: #AAAAAA. Windows color (decimal): -8602172 or 12893564. OLE color: 12893564.

HSL color Cylindrical-coordinate representation of color #7CBDC4: hue angle of 185.83º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7CBDC4 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB124189196-
CMYK0.370.0400.23
HSL185.83º37.89%62.75%-
HSV(B)185.83º36.73%76.86%-
XYZ36.4744.6758.92-
YUV170.36142.4794.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.36%
GREEN value IS 189 (74.22% from 255) = 37.13%
BLUE value IS 196 (76.95% from 255) = 38.51%
R=24.36%
G=37.13%
B=38.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1241891960.370.0400.23185.8337.8962.75
Hex7CBDC4254017ba263f
Octal1742753044540272724677
Binary1111100101111011100010010010110001011110111010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cbdc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,189,196); }

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

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

 a { background-color: rgb(124,189,196); }

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

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

 span { border-color: rgb(124,189,196); }

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