Html Css Color HEX #7DB4BF Glacier

📋 copy color: '#7DB4BF'

red 125 ◦ green 180 ◦ blue 191

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

Shades of Glacier #7DB4BF

Tints of Glacier #7DB4BF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.29%

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

R = 25.2%
G = 36.29%
B = 38.51%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7DB4BF (or 0x7DB4BF) is known color: Glacier. HEX triplet: 7D, B4 and BF. RGB value is (125,180,191). Sum of RGB (Red+Green+Blue) = 125+180+191=496 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.20% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #7DB4BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB4BF is #824B40. Grayscale: #A4A4A4. Windows color (decimal): -8538945 or 12563581. OLE color: 12563581.

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

Color convert

RGB 125 180 191 -
CMYK 0.35 0.06 0 0.25
HSL 190º 0.34% 0.62% -
HSV(B) 190º 0.35% 0.75% -
XYZ 34.18 40.76 55.36 -
YUV 164.81 142.78 99.61 -
System Red Green Blue C M Y K H S L
Decimal 125 180 191 0.35 0.06 0 0.25 190 0.34 0.62
Hex 7D B4 BF 23 6 0 19 BE 22 3E
Octal 175 264 277 43 6 0 31 276 42 76
Binary 1111101 10110100 10111111 100011 110 0 11001 10111110 100010 111110

Color Harmonies of #7DB4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB4BF

Black with #7DB4BF

Text Example


Text Example

White with #7DB4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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