Html Css Color HEX #7DBABD Glacier

📋 copy color: '#7DBABD'

red 125 ◦ green 186 ◦ blue 189

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

Shades of Glacier #7DBABD

Tints of Glacier #7DBABD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.2%

 BLUE value IS 189 (74.22% from 255) = 37.8%

R = 25%
G = 37.2%
B = 37.8%

CMYK

 C value IS 0.34

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7DBABD (or 0x7DBABD) is known color: Glacier. HEX triplet: 7D, BA and BD. RGB value is (125,186,189). Sum of RGB (Red+Green+Blue) = 125+186+189=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #7DBABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBABD is #824542. Grayscale: #A8A8A8. Windows color (decimal): -8537411 or 12434045. OLE color: 12434045.

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

Color convert

RGB 125 186 189 -
CMYK 0.34 0.02 0 0.26
HSL 182.81º 0.33% 0.62% -
HSV(B) 182.81º 0.34% 0.74% -
XYZ 35.2 43.15 54.62 -
YUV 168.1 139.79 97.26 -
System Red Green Blue C M Y K H S L
Decimal 125 186 189 0.34 0.02 0 0.26 182.81 0.33 0.62
Hex 7D BA BD 22 2 0 1A B7 21 3E
Octal 175 272 275 42 2 0 32 267 41 76
Binary 1111101 10111010 10111101 100010 10 0 11010 10110111 100001 111110

Color Harmonies of #7DBABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBABD

Black with #7DBABD

Text Example


Text Example

White with #7DBABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,186,189); }

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

background-color css

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

 a { background-color: rgb(125,186,189); }

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

border-color css

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

 span { border-color: rgb(125,186,189); }

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