Html Css Color HEX #7EA3B2 Bali Hai

📋 copy color: '#7EA3B2'

red 126 ◦ green 163 ◦ blue 178

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

Shades of Bali Hai #7EA3B2

Tints of Bali Hai #7EA3B2

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.9%

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

R = 26.98%
G = 34.9%
B = 38.12%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7EA3B2 (or 0x7EA3B2) is known color: Bali Hai. HEX triplet: 7E, A3 and B2. RGB value is (126,163,178). Sum of RGB (Red+Green+Blue) = 126+163+178=467 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.98% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 178 - color contains mainly: blue. Hex color #7EA3B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA3B2 is #815C4D. Grayscale: #999999. Windows color (decimal): -8477774 or 11707262. OLE color: 11707262.

HSL color Cylindrical-coordinate representation of color #7EA3B2: hue angle of 197.31º 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 #7EA3B2 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 126 163 178 -
CMYK 0.29 0.08 0 0.30
HSL 197.31º 0.25% 0.6% -
HSV(B) 197.31º 0.29% 0.7% -
XYZ 29.74 33.84 47.08 -
YUV 153.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 126 163 178 0.29 0.08 0 0.30 197.31 0.25 0.6
Hex 7E A3 B2 1D 8 0 1E C5 19 3C
Octal 176 243 262 35 10 0 36 305 31 74
Binary 1111110 10100011 10110010 11101 1000 0 11110 11000101 11001 111100

Color Harmonies of #7EA3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA3B2

Black with #7EA3B2

Text Example


Text Example

White with #7EA3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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