Html Css Color HEX #7DB0BF Glacier

📋 copy color: '#7DB0BF'

red 125 ◦ green 176 ◦ blue 191

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

Shades of Glacier #7DB0BF

Tints of Glacier #7DB0BF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.77%

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

R = 25.41%
G = 35.77%
B = 38.82%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7DB0BF (or 0x7DB0BF) is known color: Glacier. HEX triplet: 7D, B0 and BF. RGB value is (125,176,191). Sum of RGB (Red+Green+Blue) = 125+176+191=492 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.41% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #7DB0BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DB0BF is #824F40. Grayscale: #A2A2A2. Windows color (decimal): -8539969 or 12562557. OLE color: 12562557.

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

Color convert

RGB 125 176 191 -
CMYK 0.35 0.08 0 0.25
HSL 193.64º 0.34% 0.62% -
HSV(B) 193.64º 0.35% 0.75% -
XYZ 33.39 39.17 55.09 -
YUV 162.46 144.1 101.28 -
System Red Green Blue C M Y K H S L
Decimal 125 176 191 0.35 0.08 0 0.25 193.64 0.34 0.62
Hex 7D B0 BF 23 8 0 19 C2 22 3E
Octal 175 260 277 43 10 0 31 302 42 76
Binary 1111101 10110000 10111111 100011 1000 0 11001 11000010 100010 111110

Color Harmonies of #7DB0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB0BF

Black with #7DB0BF

Text Example


Text Example

White with #7DB0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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