Html Css Color HEX #7EA3BC Bali Hai

📋 copy color: '#7EA3BC'

red 126 ◦ green 163 ◦ blue 188

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

Shades of Bali Hai #7EA3BC

Tints of Bali Hai #7EA3BC

RGB

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

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

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

R = 26.42%
G = 34.17%
B = 39.41%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7EA3BC (or 0x7EA3BC) is known color: Bali Hai. HEX triplet: 7E, A3 and BC. RGB value is (126,163,188). Sum of RGB (Red+Green+Blue) = 126+163+188=477 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.42% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #7EA3BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA3BC is #815C43. Grayscale: #9A9A9A. Windows color (decimal): -8477764 or 12362622. OLE color: 12362622.

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

Color convert

RGB 126 163 188 -
CMYK 0.33 0.13 0 0.26
HSL 204.19º 0.32% 0.62% -
HSV(B) 204.19º 0.33% 0.74% -
XYZ 30.78 34.26 52.57 -
YUV 154.79 146.74 107.47 -
System Red Green Blue C M Y K H S L
Decimal 126 163 188 0.33 0.13 0 0.26 204.19 0.32 0.62
Hex 7E A3 BC 21 D 0 1A CC 20 3E
Octal 176 243 274 41 15 0 32 314 40 76
Binary 1111110 10100011 10111100 100001 1101 0 11010 11001100 100000 111110

Color Harmonies of #7EA3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA3BC

Black with #7EA3BC

Text Example


Text Example

White with #7EA3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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