Html Css Color HEX #7EBCBE Glacier

📋 copy color: '#7EBCBE'

red 126 ◦ green 188 ◦ blue 190

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

Shades of Glacier #7EBCBE

Tints of Glacier #7EBCBE

RGB

 RED value IS 126 (49.61% from 255) = 25%

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

 BLUE value IS 190 (74.61% from 255) = 37.7%

R = 25%
G = 37.3%
B = 37.7%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7EBCBE (or 0x7EBCBE) is known color: Glacier. HEX triplet: 7E, BC and BE. RGB value is (126,188,190). Sum of RGB (Red+Green+Blue) = 126+188+190=504 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #7EBCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBCBE is #814341. Grayscale: #A9A9A9. Windows color (decimal): -8471362 or 12500094. OLE color: 12500094.

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

Color convert

RGB 126 188 190 -
CMYK 0.34 0.01 0 0.25
HSL 181.88º 0.33% 0.62% -
HSV(B) 181.88º 0.34% 0.75% -
XYZ 35.88 44.12 55.34 -
YUV 169.69 139.46 96.84 -
System Red Green Blue C M Y K H S L
Decimal 126 188 190 0.34 0.01 0 0.25 181.88 0.33 0.62
Hex 7E BC BE 22 1 0 19 B6 21 3E
Octal 176 274 276 42 1 0 31 266 41 76
Binary 1111110 10111100 10111110 100010 1 0 11001 10110110 100001 111110

Color Harmonies of #7EBCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBCBE

Black with #7EBCBE

Text Example


Text Example

White with #7EBCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,188,190); }

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

background-color css

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

 a { background-color: rgb(126,188,190); }

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

border-color css

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

 span { border-color: rgb(126,188,190); }

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