Html Css Color HEX #7DABBE Glacier

📋 copy color: '#7DABBE'

red 125 ◦ green 171 ◦ blue 190

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

Shades of Glacier #7DABBE

Tints of Glacier #7DABBE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.19%

 BLUE value IS 190 (74.61% from 255) = 39.09%

R = 25.72%
G = 35.19%
B = 39.09%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7DABBE (or 0x7DABBE) is known color: Glacier. HEX triplet: 7D, AB and BE. RGB value is (125,171,190). Sum of RGB (Red+Green+Blue) = 125+171+190=486 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.72% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #7DABBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DABBE is #825441. Grayscale: #9F9F9F. Windows color (decimal): -8541250 or 12495741. OLE color: 12495741.

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

Color convert

RGB 125 171 190 -
CMYK 0.34 0.10 0 0.25
HSL 197.54º 0.33% 0.62% -
HSV(B) 197.54º 0.34% 0.75% -
XYZ 32.31 37.2 54.19 -
YUV 159.41 145.26 103.46 -
System Red Green Blue C M Y K H S L
Decimal 125 171 190 0.34 0.10 0 0.25 197.54 0.33 0.62
Hex 7D AB BE 22 A 0 19 C6 21 3E
Octal 175 253 276 42 12 0 31 306 41 76
Binary 1111101 10101011 10111110 100010 1010 0 11001 11000110 100001 111110

Color Harmonies of #7DABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DABBE

Black with #7DABBE

Text Example


Text Example

White with #7DABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,171,190); }

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

background-color css

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

 a { background-color: rgb(125,171,190); }

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

border-color css

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

 span { border-color: rgb(125,171,190); }

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