Html Css Color HEX #7DBCBD Glacier

📋 copy color: '#7DBCBD'

red 125 ◦ green 188 ◦ blue 189

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

Shades of Glacier #7DBCBD

Tints of Glacier #7DBCBD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.45%

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

R = 24.9%
G = 37.45%
B = 37.65%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7DBCBD (or 0x7DBCBD) is known color: Glacier. HEX triplet: 7D, BC and BD. RGB value is (125,188,189). Sum of RGB (Red+Green+Blue) = 125+188+189=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 189 - color contains mainly: blue. Hex color #7DBCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBCBD is #824342. Grayscale: #A9A9A9. Windows color (decimal): -8536899 or 12434557. OLE color: 12434557.

HSL color Cylindrical-coordinate representation of color #7DBCBD: hue angle of 180.94º 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 #7DBCBD is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 188 189 -
CMYK 0.34 0.01 0 0.26
HSL 180.94º 0.33% 0.62% -
HSV(B) 180.94º 0.34% 0.74% -
XYZ 35.63 44 54.76 -
YUV 169.28 139.13 96.42 -
System Red Green Blue C M Y K H S L
Decimal 125 188 189 0.34 0.01 0 0.26 180.94 0.33 0.62
Hex 7D BC BD 22 1 0 1A B5 21 3E
Octal 175 274 275 42 1 0 32 265 41 76
Binary 1111101 10111100 10111101 100010 1 0 11010 10110101 100001 111110

Color Harmonies of #7DBCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBCBD

Black with #7DBCBD

Text Example


Text Example

White with #7DBCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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