Html Css Color HEX #107C93 Eastern Blue

📋 copy color: '#107C93'

red 16 ◦ green 124 ◦ blue 147

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

Shades of Eastern Blue #107C93

Tints of Eastern Blue #107C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 51.22%

R = 5.57%
G = 43.21%
B = 51.22%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#107C93 (or 0x107C93) is known color: Eastern Blue. HEX triplet: 10, 7C and 93. RGB value is (16,124,147). Sum of RGB (Red+Green+Blue) = 16+124+147=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #107C93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107C93 is #EF836C. Grayscale: #5E5E5E. Windows color (decimal): -15696749 or 9665552. OLE color: 9665552.

HSL color Cylindrical-coordinate representation of color #107C93: hue angle of 190.53º degrees, saturation: 0.8, 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 #107C93 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 124 147 -
CMYK 0.89 0.16 0 0.42
HSL 190.53º 0.8% 0.32% -
HSV(B) 190.53º 0.89% 0.58% -
XYZ 12.69 16.63 30.15 -
YUV 94.33 157.72 72.13 -
System Red Green Blue C M Y K H S L
Decimal 16 124 147 0.89 0.16 0 0.42 190.53 0.8 0.32
Hex 10 7C 93 59 10 0 2A BF 50 20
Octal 20 174 223 131 20 0 52 277 120 40
Binary 10000 1111100 10010011 1011001 10000 0 101010 10111111 1010000 100000

Color Harmonies of #107C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107C93

Black with #107C93

Text Example


Text Example

White with #107C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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