Html Css Color HEX #7EBABD Glacier

📋 copy color: '#7EBABD'

red 126 ◦ green 186 ◦ blue 189

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

Shades of Glacier #7EBABD

Tints of Glacier #7EBABD

RGB

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

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

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

R = 25.15%
G = 37.13%
B = 37.72%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7EBABD (or 0x7EBABD) is known color: Glacier. HEX triplet: 7E, BA and BD. RGB value is (126,186,189). Sum of RGB (Red+Green+Blue) = 126+186+189=501 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.15% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 189 - color contains mainly: blue. Hex color #7EBABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBABD is #814542. Grayscale: #A8A8A8. Windows color (decimal): -8471875 or 12434046. OLE color: 12434046.

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

Color convert

RGB 126 186 189 -
CMYK 0.33 0.02 0 0.26
HSL 182.86º 0.32% 0.62% -
HSV(B) 182.86º 0.33% 0.74% -
XYZ 35.35 43.23 54.62 -
YUV 168.4 139.62 97.76 -
System Red Green Blue C M Y K H S L
Decimal 126 186 189 0.33 0.02 0 0.26 182.86 0.32 0.62
Hex 7E BA BD 21 2 0 1A B7 20 3E
Octal 176 272 275 41 2 0 32 267 40 76
Binary 1111110 10111010 10111101 100001 10 0 11010 10110111 100000 111110

Color Harmonies of #7EBABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBABD

Black with #7EBABD

Text Example


Text Example

White with #7EBABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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