Html Css Color HEX #107D99 Eastern Blue

📋 copy color: '#107D99'

red 16 ◦ green 125 ◦ blue 153

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

Shades of Eastern Blue #107D99

Tints of Eastern Blue #107D99

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.52%

 BLUE value IS 153 (60.16% from 255) = 52.04%

R = 5.44%
G = 42.52%
B = 52.04%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#107D99 (or 0x107D99) is known color: Eastern Blue. HEX triplet: 10, 7D and 99. RGB value is (16,125,153). Sum of RGB (Red+Green+Blue) = 16+125+153=294 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.44% from 294); Green value is 125 (49.22% from 255 or 42.52% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #107D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107D99 is #EF8266. Grayscale: #5F5F5F. Windows color (decimal): -15696487 or 10059024. OLE color: 10059024.

HSL color Cylindrical-coordinate representation of color #107D99: hue angle of 192.26º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #107D99 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 16 125 153 -
CMYK 0.90 0.18 0 0.4
HSL 192.26º 0.81% 0.33% -
HSV(B) 192.26º 0.9% 0.6% -
XYZ 13.3 17.08 32.73 -
YUV 95.6 160.39 71.22 -
System Red Green Blue C M Y K H S L
Decimal 16 125 153 0.90 0.18 0 0.4 192.26 0.81 0.33
Hex 10 7D 99 5A 12 0 28 C0 51 21
Octal 20 175 231 132 22 0 50 300 121 41
Binary 10000 1111101 10011001 1011010 10010 0 101000 11000000 1010001 100001

Color Harmonies of #107D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107D99

Black with #107D99

Text Example


Text Example

White with #107D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,125,153); }

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

background-color css

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

 a { background-color: rgb(16,125,153); }

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

border-color css

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

 span { border-color: rgb(16,125,153); }

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