Html Css Color HEX #7EBABC Glacier

📋 copy color: '#7EBABC'

red 126 ◦ green 186 ◦ blue 188

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

Shades of Glacier #7EBABC

Tints of Glacier #7EBABC

RGB

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

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

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

R = 25.2%
G = 37.2%
B = 37.6%

CMYK

 C value IS 0.33

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7EBABC (or 0x7EBABC) is known color: Glacier. HEX triplet: 7E, BA and BC. RGB value is (126,186,188). Sum of RGB (Red+Green+Blue) = 126+186+188=500 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.2% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #7EBABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBABC is #814543. Grayscale: #A8A8A8. Windows color (decimal): -8471876 or 12368510. OLE color: 12368510.

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

Color convert

RGB 126 186 188 -
CMYK 0.33 0.01 0 0.26
HSL 181.94º 0.32% 0.62% -
HSV(B) 181.94º 0.33% 0.74% -
XYZ 35.24 43.18 54.06 -
YUV 168.29 139.12 97.84 -
System Red Green Blue C M Y K H S L
Decimal 126 186 188 0.33 0.01 0 0.26 181.94 0.32 0.62
Hex 7E BA BC 21 1 0 1A B6 20 3E
Octal 176 272 274 41 1 0 32 266 40 76
Binary 1111110 10111010 10111100 100001 1 0 11010 10110110 100000 111110

Color Harmonies of #7EBABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBABC

Black with #7EBABC

Text Example


Text Example

White with #7EBABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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