#7DBFC0

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

Shades of Glacier #7DBFC0

Tints of Glacier #7DBFC0

Color information

#7DBFC0 (or 0x7DBFC0) is unknown color: approx Glacier. HEX triplet: 7D, BF and C0. RGB value is (125,191,192). Sum of RGB (Red+Green+Blue) = 125+191+192=508 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.61% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 192 - color contains mainly: blue. Hex color #7DBFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBFC0 is #82403F. Grayscale: #ABABAB. Windows color (decimal): -8536128 or 12631933. OLE color: 12631933.

HSL color Cylindrical-coordinate representation of color #7DBFC0: hue angle of 180.9º degrees, saturation: 0.35, 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 #7DBFC0 is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB125191192-
CMYK0.350.0100.25
HSL180.9º34.72%62.16%-
HSV(B)180.9º34.9%75.29%-
XYZ36.645.4356.71-
YUV171.38139.6394.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.61%
GREEN value IS 191 (75% from 255) = 37.60%
BLUE value IS 192 (75.39% from 255) = 37.80%
R=24.61%
G=37.60%
B=37.80%

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
Decimal1251911920.350.0100.25180.934.7262.16
Hex7DBFC0231019b5233e
Octal1752773004310312654376
Binary11111011011111111000000100011101100110110101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,191,192); }

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

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

 a { background-color: rgb(125,191,192); }

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

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

 span { border-color: rgb(125,191,192); }

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