Html Css Color HEX #7DA6BF Glacier

📋 copy color: '#7DA6BF'

red 125 ◦ green 166 ◦ blue 191

#7DA6BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #7DA6BF

Tints of Glacier #7DA6BF

RGB

 RED value IS 125 (49.22% from 255) = 25.93%

 GREEN value IS 166 (65.23% from 255) = 34.44%

 BLUE value IS 191 (75% from 255) = 39.63%

R = 25.93%
G = 34.44%
B = 39.63%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7DA6BF (or 0x7DA6BF) is known color: Glacier. HEX triplet: 7D, A6 and BF. RGB value is (125,166,191). Sum of RGB (Red+Green+Blue) = 125+166+191=482 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.93% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #7DA6BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA6BF is #825940. Grayscale: #9C9C9C. Windows color (decimal): -8542529 or 12559997. OLE color: 12559997.

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

Color convert

RGB 125 166 191 -
CMYK 0.35 0.13 0 0.25
HSL 202.73º 0.34% 0.62% -
HSV(B) 202.73º 0.35% 0.75% -
XYZ 31.5 35.39 54.46 -
YUV 156.59 147.42 105.47 -
System Red Green Blue C M Y K H S L
Decimal 125 166 191 0.35 0.13 0 0.25 202.73 0.34 0.62
Hex 7D A6 BF 23 D 0 19 CB 22 3E
Octal 175 246 277 43 15 0 31 313 42 76
Binary 1111101 10100110 10111111 100011 1101 0 11001 11001011 100010 111110

Color Harmonies of #7DA6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA6BF

Black with #7DA6BF

Text Example


Text Example

White with #7DA6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DA6BF;
 }
 .AnyTagClassName
 {
   color: #7DA6BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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