Html Css Color HEX #7EB8C2 Glacier

📋 copy color: '#7EB8C2'

red 126 ◦ green 184 ◦ blue 194

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

Shades of Glacier #7EB8C2

Tints of Glacier #7EB8C2

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.51%

 BLUE value IS 194 (76.17% from 255) = 38.49%

R = 25%
G = 36.51%
B = 38.49%

CMYK

 C value IS 0.35

 M value IS 0.05

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7EB8C2 (or 0x7EB8C2) is known color: Glacier. HEX triplet: 7E, B8 and C2. RGB value is (126,184,194). Sum of RGB (Red+Green+Blue) = 126+184+194=504 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 194 - color contains mainly: blue. Hex color #7EB8C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EB8C2 is #81473D. Grayscale: #A7A7A7. Windows color (decimal): -8472382 or 12761214. OLE color: 12761214.

HSL color Cylindrical-coordinate representation of color #7EB8C2: hue angle of 188.82º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EB8C2 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 126 184 194 -
CMYK 0.35 0.05 0 0.24
HSL 188.82º 0.36% 0.63% -
HSV(B) 188.82º 0.35% 0.76% -
XYZ 35.48 42.61 57.39 -
YUV 167.8 142.78 98.19 -
System Red Green Blue C M Y K H S L
Decimal 126 184 194 0.35 0.05 0 0.24 188.82 0.36 0.63
Hex 7E B8 C2 23 5 0 18 BD 24 3F
Octal 176 270 302 43 5 0 30 275 44 77
Binary 1111110 10111000 11000010 100011 101 0 11000 10111101 100100 111111

Color Harmonies of #7EB8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB8C2

Black with #7EB8C2

Text Example


Text Example

White with #7EB8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,184,194); }

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

background-color css

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

 a { background-color: rgb(126,184,194); }

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

border-color css

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

 span { border-color: rgb(126,184,194); }

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