Html Css Color HEX #107C95 Eastern Blue

📋 copy color: '#107C95'

red 16 ◦ green 124 ◦ blue 149

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

Shades of Eastern Blue #107C95

Tints of Eastern Blue #107C95

RGB

 RED value IS 16 (6.64% from 255) = 5.54%

 GREEN value IS 124 (48.83% from 255) = 42.91%

 BLUE value IS 149 (58.59% from 255) = 51.56%

R = 5.54%
G = 42.91%
B = 51.56%

CMYK

 C value IS 0.89

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#107C95 (or 0x107C95) is known color: Eastern Blue. HEX triplet: 10, 7C and 95. RGB value is (16,124,149). Sum of RGB (Red+Green+Blue) = 16+124+149=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #107C95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107C95 is #EF836A. Grayscale: #5E5E5E. Windows color (decimal): -15696747 or 9796624. OLE color: 9796624.

HSL color Cylindrical-coordinate representation of color #107C95: hue angle of 191.28º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #107C95 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 124 149 -
CMYK 0.89 0.17 0 0.42
HSL 191.28º 0.81% 0.32% -
HSV(B) 191.28º 0.89% 0.58% -
XYZ 12.85 16.7 30.98 -
YUV 94.56 158.72 71.97 -
System Red Green Blue C M Y K H S L
Decimal 16 124 149 0.89 0.17 0 0.42 191.28 0.81 0.32
Hex 10 7C 95 59 11 0 2A BF 51 20
Octal 20 174 225 131 21 0 52 277 121 40
Binary 10000 1111100 10010101 1011001 10001 0 101010 10111111 1010001 100000

Color Harmonies of #107C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107C95

Black with #107C95

Text Example


Text Example

White with #107C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107C95; }

 p { color: rgb(16,124,149); }

 H1.HeaderClassName
 {
   color: #107C95;
 }
 .AnyTagClassName
 {
   color: #107C95;
 }
</style>

background-color css

<style>
 a { background-color: #107C95; }

 a { background-color: rgb(16,124,149); }

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

border-color css

<style>
 span { border-color: #107C95; }

 span { border-color: rgb(16,124,149); }

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