Html Css Color HEX #7DB4BC Glacier

📋 copy color: '#7DB4BC'

red 125 ◦ green 180 ◦ blue 188

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

Shades of Glacier #7DB4BC

Tints of Glacier #7DB4BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.13%

R = 25.35%
G = 36.51%
B = 38.13%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7DB4BC (or 0x7DB4BC) is known color: Glacier. HEX triplet: 7D, B4 and BC. RGB value is (125,180,188). Sum of RGB (Red+Green+Blue) = 125+180+188=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #7DB4BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB4BC is #824B43. Grayscale: #A4A4A4. Windows color (decimal): -8538948 or 12366973. OLE color: 12366973.

HSL color Cylindrical-coordinate representation of color #7DB4BC: hue angle of 187.62º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DB4BC is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 180 188 -
CMYK 0.34 0.04 0 0.26
HSL 187.62º 0.32% 0.61% -
HSV(B) 187.62º 0.34% 0.74% -
XYZ 33.86 40.63 53.64 -
YUV 164.47 141.28 99.85 -
System Red Green Blue C M Y K H S L
Decimal 125 180 188 0.34 0.04 0 0.26 187.62 0.32 0.61
Hex 7D B4 BC 22 4 0 1A BC 20 3D
Octal 175 264 274 42 4 0 32 274 40 75
Binary 1111101 10110100 10111100 100010 100 0 11010 10111100 100000 111101

Color Harmonies of #7DB4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB4BC

Black with #7DB4BC

Text Example


Text Example

White with #7DB4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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