Html Css Color HEX #107C97 Eastern Blue

📋 copy color: '#107C97'

red 16 ◦ green 124 ◦ blue 151

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

Shades of Eastern Blue #107C97

Tints of Eastern Blue #107C97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 51.89%

R = 5.5%
G = 42.61%
B = 51.89%

CMYK

 C value IS 0.89

 M value IS 0.18

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#107C97 (or 0x107C97) is known color: Eastern Blue. HEX triplet: 10, 7C and 97. RGB value is (16,124,151). Sum of RGB (Red+Green+Blue) = 16+124+151=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 151 (59.38% from 255 or 51.89% from 291); Max value from RGB is 151 - color contains mainly: blue. Hex color #107C97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107C97 is #EF8368. Grayscale: #5E5E5E. Windows color (decimal): -15696745 or 9927696. OLE color: 9927696.

HSL color Cylindrical-coordinate representation of color #107C97: hue angle of 192º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #107C97 is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 124 151 -
CMYK 0.89 0.18 0 0.41
HSL 192º 0.81% 0.33% -
HSV(B) 192º 0.89% 0.59% -
XYZ 13.01 16.76 31.83 -
YUV 94.79 159.72 71.8 -
System Red Green Blue C M Y K H S L
Decimal 16 124 151 0.89 0.18 0 0.41 192 0.81 0.33
Hex 10 7C 97 59 12 0 29 C0 51 21
Octal 20 174 227 131 22 0 51 300 121 41
Binary 10000 1111100 10010111 1011001 10010 0 101001 11000000 1010001 100001

Color Harmonies of #107C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107C97

Black with #107C97

Text Example


Text Example

White with #107C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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