Html Css Color HEX #7EA8B2 Ziggurat

📋 copy color: '#7EA8B2'

red 126 ◦ green 168 ◦ blue 178

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

Shades of Ziggurat #7EA8B2

Tints of Ziggurat #7EA8B2

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.59%

 BLUE value IS 178 (69.92% from 255) = 37.71%

R = 26.69%
G = 35.59%
B = 37.71%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7EA8B2 (or 0x7EA8B2) is known color: Ziggurat. HEX triplet: 7E, A8 and B2. RGB value is (126,168,178). Sum of RGB (Red+Green+Blue) = 126+168+178=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 178 - color contains mainly: blue. Hex color #7EA8B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA8B2 is #81574D. Grayscale: #9C9C9C. Windows color (decimal): -8476494 or 11708542. OLE color: 11708542.

HSL color Cylindrical-coordinate representation of color #7EA8B2: hue angle of 191.54º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7EA8B2 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 126 168 178 -
CMYK 0.29 0.06 0 0.30
HSL 191.54º 0.25% 0.6% -
HSV(B) 191.54º 0.29% 0.7% -
XYZ 30.64 35.66 47.39 -
YUV 156.58 140.09 106.19 -
System Red Green Blue C M Y K H S L
Decimal 126 168 178 0.29 0.06 0 0.30 191.54 0.25 0.6
Hex 7E A8 B2 1D 6 0 1E C0 19 3C
Octal 176 250 262 35 6 0 36 300 31 74
Binary 1111110 10101000 10110010 11101 110 0 11110 11000000 11001 111100

Color Harmonies of #7EA8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA8B2

Black with #7EA8B2

Text Example


Text Example

White with #7EA8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,168,178); }

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

background-color css

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

 a { background-color: rgb(126,168,178); }

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

border-color css

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

 span { border-color: rgb(126,168,178); }

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