#7CBDBF

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

Shades of Glacier #7CBDBF

Tints of Glacier #7CBDBF

Color information

#7CBDBF (or 0x7CBDBF) is unknown color: approx Glacier. HEX triplet: 7C, BD and BF. RGB value is (124,189,191). Sum of RGB (Red+Green+Blue) = 124+189+191=504 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.60% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #7CBDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBDBF is #834240. Grayscale: #A9A9A9. Windows color (decimal): -8602177 or 12565884. OLE color: 12565884.

HSL color Cylindrical-coordinate representation of color #7CBDBF: hue angle of 181.79º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CBDBF is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB124189191-
CMYK0.350.0100.25
HSL181.79º34.36%61.76%-
HSV(B)181.79º35.08%74.9%-
XYZ35.9144.4455.98-
YUV169.79139.9795.34-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.60%
GREEN value IS 189 (74.22% from 255) = 37.5%
BLUE value IS 191 (75% from 255) = 37.90%
R=24.60%
G=37.5%
B=37.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241891910.350.0100.25181.7934.3661.76
Hex7CBDBF231019b6223e
Octal1742752774310312664276
Binary11111001011110110111111100011101100110110110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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