#7DAFC1

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

Shades of Glacier #7DAFC1

Tints of Glacier #7DAFC1

Color information

#7DAFC1 (or 0x7DAFC1) is unknown color: approx Glacier. HEX triplet: 7D, AF and C1. RGB value is (125,175,193). Sum of RGB (Red+Green+Blue) = 125+175+193=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 193 (75.78% from 255 or 39.15% from 493); Max value from RGB is 193 - color contains mainly: blue. Hex color #7DAFC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAFC1 is #82503E. Grayscale: #A1A1A1. Windows color (decimal): -8540223 or 12693373. OLE color: 12693373.

HSL color Cylindrical-coordinate representation of color #7DAFC1: hue angle of 195.88º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DAFC1 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB125175193-
CMYK0.350.0900.24
HSL195.88º35.42%62.35%-
HSV(B)195.88º35.23%75.69%-
XYZ33.4138.8756.19-
YUV162.1145.44101.54-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.35%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 193 (75.78% from 255) = 39.15%
R=25.35%
G=35.50%
B=39.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251751930.350.0900.24195.8835.4262.35
Hex7DAFC1239018c4233e
Octal17525730143110303044376
Binary11111011010111111000001100011100101100011000100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,175,193); }

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

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

 a { background-color: rgb(125,175,193); }

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

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

 span { border-color: rgb(125,175,193); }

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