Html Css Color HEX #127E96 Eastern Blue

📋 copy color: '#127E96'

red 18 ◦ green 126 ◦ blue 150

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

Shades of Eastern Blue #127E96

Tints of Eastern Blue #127E96

RGB

 RED value IS 18 (7.42% from 255) = 6.12%

 GREEN value IS 126 (49.61% from 255) = 42.86%

 BLUE value IS 150 (58.98% from 255) = 51.02%

R = 6.12%
G = 42.86%
B = 51.02%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#127E96 (or 0x127E96) is known color: Eastern Blue. HEX triplet: 12, 7E and 96. RGB value is (18,126,150). Sum of RGB (Red+Green+Blue) = 18+126+150=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 126 (49.61% from 255 or 42.86% from 294); Blue value is 150 (58.98% from 255 or 51.02% from 294); Max value from RGB is 150 - color contains mainly: blue. Hex color #127E96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127E96 is #ED8169. Grayscale: #606060. Windows color (decimal): -15565162 or 9862674. OLE color: 9862674.

HSL color Cylindrical-coordinate representation of color #127E96: hue angle of 190.91º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127E96 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 126 150 -
CMYK 0.88 0.16 0 0.41
HSL 190.91º 0.79% 0.33% -
HSV(B) 190.91º 0.88% 0.59% -
XYZ 13.22 17.25 31.49 -
YUV 96.44 158.22 72.05 -
System Red Green Blue C M Y K H S L
Decimal 18 126 150 0.88 0.16 0 0.41 190.91 0.79 0.33
Hex 12 7E 96 58 10 0 29 BF 4F 21
Octal 22 176 226 130 20 0 51 277 117 41
Binary 10010 1111110 10010110 1011000 10000 0 101001 10111111 1001111 100001

Color Harmonies of #127E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127E96

Black with #127E96

Text Example


Text Example

White with #127E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127E96; }

 p { color: rgb(18,126,150); }

 H1.HeaderClassName
 {
   color: #127E96;
 }
 .AnyTagClassName
 {
   color: #127E96;
 }
</style>

background-color css

<style>
 a { background-color: #127E96; }

 a { background-color: rgb(18,126,150); }

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

border-color css

<style>
 span { border-color: #127E96; }

 span { border-color: rgb(18,126,150); }

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