#7DBFC4

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

Shades of Glacier #7DBFC4

Tints of Glacier #7DBFC4

Color information

#7DBFC4 (or 0x7DBFC4) is unknown color: approx Glacier. HEX triplet: 7D, BF and C4. RGB value is (125,191,196). Sum of RGB (Red+Green+Blue) = 125+191+196=512 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.41% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 196 - color contains mainly: blue. Hex color #7DBFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBFC4 is #82403B. Grayscale: #ABABAB. Windows color (decimal): -8536124 or 12894077. OLE color: 12894077.

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

Color convert

RGB125191196-
CMYK0.360.0300.23
HSL184.23º37.57%62.94%-
HSV(B)184.23º36.22%76.86%-
XYZ37.0545.6159.07-
YUV171.84141.6394.59-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.41%
GREEN value IS 191 (75% from 255) = 37.30%
BLUE value IS 196 (76.95% from 255) = 38.28%
R=24.41%
G=37.30%
B=38.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1251911960.360.0300.23184.2337.5762.94
Hex7DBFC4243017b8263f
Octal1752773044430272704677
Binary111110110111111110001001001001101011110111000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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