#107C93

Color #107C93 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #107C93

Tints of Eastern Blue #107C93

Color information

#107C93 (or 0x107C93) is unknown color: approx 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

RGB16124147-
CMYK0.890.1600.42
HSL190.53º80.37%31.96%-
HSV(B)190.53º89.12%57.65%-
XYZ12.6916.6330.15-
YUV94.33157.7272.13-

RGB Variations

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

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 (Cyan) values IS 0.89
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal161241470.890.1600.42190.5380.3731.96
Hex107C93591002Abf5020
Octal201742231312005227712040
Binary100001111100100100111011001100000101010101111111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>